#662C12

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

Shades of Baker's Chocolate #662C12

Tints of Baker's Chocolate #662C12

Color information

#662C12 (or 0x662C12) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2C and 12. RGB value is (102,44,18). Sum of RGB (Red+Green+Blue) = 102+44+18=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #662C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662C12 is #99D3ED. Grayscale: #3A3A3A. Windows color (decimal): -10081262 or 1191014. OLE color: 1191014.

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

Color convert

RGB1024418-
CMYK00.570.820.6
HSL18.57º70%23.53%-
HSV(B)18.57º82.35%40%-
XYZ6.494.671.13-
YUV58.38105.22159.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=62.20%
G=26.83%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102441800.570.820.618.577023.53
Hex662C12039523C134618
Octal1465422071122742310630
Binary1100110101100100100111001101001011110010011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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