#662B12

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

Shades of Baker's Chocolate #662B12

Tints of Baker's Chocolate #662B12

Color information

#662B12 (or 0x662B12) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2B and 12. RGB value is (102,43,18). Sum of RGB (Red+Green+Blue) = 102+43+18=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #662B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662B12 is #99D4ED. Grayscale: #393939. Windows color (decimal): -10081518 or 1190758. OLE color: 1190758.

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

Color convert

RGB1024318-
CMYK00.580.820.6
HSL17.86º70%23.53%-
HSV(B)17.86º82.35%40%-
XYZ6.454.61.12-
YUV57.79105.55159.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=62.58%
G=26.38%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102431800.580.820.617.867023.53
Hex662B1203A523C124618
Octal1465322072122742210630
Binary1100110101011100100111010101001011110010010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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