#662E11

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

Shades of Baker's Chocolate #662E11

Tints of Baker's Chocolate #662E11

Color information

#662E11 (or 0x662E11) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2E and 11. RGB value is (102,46,17). Sum of RGB (Red+Green+Blue) = 102+46+17=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #662E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E11 is #99D1EE. Grayscale: #3B3B3B. Windows color (decimal): -10080751 or 1125990. OLE color: 1125990.

HSL color Cylindrical-coordinate representation of color #662E11: hue angle of 20.47º 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 #662E11 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB1024617-
CMYK00.550.830.6
HSL20.47º71.43%23.33%-
HSV(B)20.47º83.33%40%-
XYZ6.564.821.11-
YUV59.44104.05158.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=61.82%
G=27.88%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102461700.550.830.620.4771.4323.33
Hex662E11037533C144717
Octal1465621067123742410727
Binary1100110101110100010110111101001111110010100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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