#662C0A

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

Shades of Baker's Chocolate #662C0A

Tints of Baker's Chocolate #662C0A

Color information

#662C0A (or 0x662C0A) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2C and 0A. RGB value is (102,44,10). Sum of RGB (Red+Green+Blue) = 102+44+10=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #662C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662C0A is #99D3F5. Grayscale: #393939. Windows color (decimal): -10081270 or 666726. OLE color: 666726.

HSL color Cylindrical-coordinate representation of color #662C0A: hue angle of 22.17º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #662C0A is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB1024410-
CMYK00.570.900.6
HSL22.17º82.14%21.96%-
HSV(B)22.17º90.2%40%-
XYZ6.434.650.85-
YUV57.47101.22159.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 10 (4.30% from 255) = 6.41%
R=65.38%
G=28.21%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102441000.570.900.622.1782.1421.96
Hex662CA0395A3C165216
Octal1465412071132742612226
Binary110011010110010100111001101101011110010110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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