#662D19

Color #662D19 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #662D19

Tints of Baker's Chocolate #662D19

Color information

#662D19 (or 0x662D19) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2D and 19. RGB value is (102,45,25). Sum of RGB (Red+Green+Blue) = 102+45+25=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #662D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662D19 is #99D2E6. Grayscale: #3B3B3B. Windows color (decimal): -10080999 or 1650022. OLE color: 1650022.

HSL color Cylindrical-coordinate representation of color #662D19: hue angle of 15.58º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662D19 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1024525-
CMYK00.560.750.6
HSL15.58º60.63%24.9%-
HSV(B)15.58º75.49%40%-
XYZ6.594.771.49-
YUV59.76108.38158.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 45 (17.97% from 255) = 26.16%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=59.30%
G=26.16%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102452500.560.750.615.5860.6324.9
Hex662D190384B3C103d19
Octal146553107011374207531
Binary110011010110111001011100010010111111001000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662D19; }

 p { color: rgb(102,45,25); }

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

<style>
 a { background-color: #662D19; }

 a { background-color: rgb(102,45,25); }

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

<style>
 span { border-color: #662D19; }

 span { border-color: rgb(102,45,25); }

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