#662B11

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

Shades of Baker's Chocolate #662B11

Tints of Baker's Chocolate #662B11

Color information

#662B11 (or 0x662B11) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2B and 11. RGB value is (102,43,17). Sum of RGB (Red+Green+Blue) = 102+43+17=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #662B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662B11 is #99D4EE. Grayscale: #393939. Windows color (decimal): -10081519 or 1125222. OLE color: 1125222.

HSL color Cylindrical-coordinate representation of color #662B11: hue angle of 18.35º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #662B11 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB1024317-
CMYK00.580.830.6
HSL18.35º71.43%23.33%-
HSV(B)18.35º83.33%40%-
XYZ6.444.591.08-
YUV57.68105.05159.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 43 (17.19% from 255) = 26.54%
BLUE value IS 17 (7.03% from 255) = 10.49%
R=62.96%
G=26.54%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102431700.580.830.618.3571.4323.33
Hex662B1103A533C124717
Octal1465321072123742210727
Binary1100110101011100010111010101001111110010010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,43,17); }

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

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

 a { background-color: rgb(102,43,17); }

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

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

 span { border-color: rgb(102,43,17); }

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