#662A05

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

Shades of Baker's Chocolate #662A05

Tints of Baker's Chocolate #662A05

Color information

#662A05 (or 0x662A05) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2A and 05. RGB value is (102,42,5). Sum of RGB (Red+Green+Blue) = 102+42+5=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #662A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662A05 is #99D5FA. Grayscale: #373737. Windows color (decimal): -10081787 or 338534. OLE color: 338534.

HSL color Cylindrical-coordinate representation of color #662A05: hue angle of 22.89º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #662A05 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB102425-
CMYK00.590.950.6
HSL22.89º90.65%20.98%-
HSV(B)22.89º95.1%40%-
XYZ6.334.490.68-
YUV55.7299.38161.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=68.46%
G=28.19%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10242500.590.950.622.8990.6520.98
Hex662A503B5F3C175b15
Octal146525073137742713325
Binary11001101010101010111011101111111110010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,42,5); }

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

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

 a { background-color: rgb(102,42,5); }

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

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

 span { border-color: rgb(102,42,5); }

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