#662E12

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

Shades of Baker's Chocolate #662E12

Tints of Baker's Chocolate #662E12

Color information

#662E12 (or 0x662E12) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2E and 12. RGB value is (102,46,18). Sum of RGB (Red+Green+Blue) = 102+46+18=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #662E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E12 is #99D1ED. Grayscale: #3B3B3B. Windows color (decimal): -10080750 or 1191526. OLE color: 1191526.

HSL color Cylindrical-coordinate representation of color #662E12: hue angle of 20º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #662E12 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1024618-
CMYK00.550.820.6
HSL20º70%23.53%-
HSV(B)20º82.35%40%-
XYZ6.574.821.16-
YUV59.55104.55158.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=61.45%
G=27.71%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102461800.550.820.6207023.53
Hex662E12037523C144618
Octal1465622067122742410630
Binary1100110101110100100110111101001011110010100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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