#662B0A

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

Shades of Baker's Chocolate #662B0A

Tints of Baker's Chocolate #662B0A

Color information

#662B0A (or 0x662B0A) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2B and 0A. RGB value is (102,43,10). Sum of RGB (Red+Green+Blue) = 102+43+10=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #662B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662B0A is #99D4F5. Grayscale: #393939. Windows color (decimal): -10081526 or 666470. OLE color: 666470.

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

Color convert

RGB1024310-
CMYK00.580.900.6
HSL21.52º82.14%21.96%-
HSV(B)21.52º90.2%40%-
XYZ6.44.570.83-
YUV56.88101.55160.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.81%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 10 (4.30% from 255) = 6.45%
R=65.81%
G=27.74%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102431000.580.900.621.5282.1421.96
Hex662BA03A5A3C165216
Octal1465312072132742612226
Binary110011010101110100111010101101011110010110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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