#6C2025

Color #6C2025 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #6C2025

Tints of Red Berry #6C2025

Color information

#6C2025 (or 0x6C2025) is unknown color: approx Red Berry. HEX triplet: 6C, 20 and 25. RGB value is (108,32,37). Sum of RGB (Red+Green+Blue) = 108+32+37=177 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.02% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2025 is #93DFDA. Grayscale: #373737. Windows color (decimal): -9691099 or 2433132. OLE color: 2433132.

HSL color Cylindrical-coordinate representation of color #6C2025: hue angle of 356.05º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2025 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB1083237-
CMYK00.700.660.58
HSL356.05º54.29%27.45%-
HSV(B)356.05º70.37%42.35%-
XYZ7.034.352.22-
YUV55.29117.68165.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 61.02%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=61.02%
G=18.08%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108323700.700.660.58356.0554.2927.45
Hex6C2025046423A164361b
Octal15440450106102725446633
Binary110110010000010010101000110100001011101010110010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C2025; }

 p { color: rgb(108,32,37); }

 H1.HeaderClassName
 {
   color: #6C2025;
 }
 .AnyTagClassName
 {
   color: #6C2025;
 }
</style>
background-color css

<style>
 a { background-color: #6C2025; }

 a { background-color: rgb(108,32,37); }

 div.DivClassName
 {
   background-color: #6C2025;
 }
 .BgClassName
 {
   background-color: #6C2025;
 }
</style>
border-color css

<style>
 span { border-color: #6C2025; }

 span { border-color: rgb(108,32,37); }

 td.TdClassName
 {
   border-color: #6C2025;
 }
 .TagClassName
 {
   border-color: #6C2025;
 }
</style>