#66360A

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

Shades of Baker's Chocolate #66360A

Tints of Baker's Chocolate #66360A

Color information

#66360A (or 0x66360A) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 36 and 0A. RGB value is (102,54,10). Sum of RGB (Red+Green+Blue) = 102+54+10=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66360A is #99C9F5. Grayscale: #3F3F3F. Windows color (decimal): -10078710 or 669286. OLE color: 669286.

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

Color convert

RGB1025410-
CMYK00.470.900.6
HSL28.7º82.14%21.96%-
HSV(B)28.7º90.2%40%-
XYZ6.855.490.98-
YUV63.3497.9155.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=61.45%
G=32.53%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102541000.470.900.628.782.1421.96
Hex6636A02F5A3C1d5216
Octal1466612057132743512226
Binary110011011011010100101111101101011110011101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66360A; }

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

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

<style>
 a { background-color: #66360A; }

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

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

<style>
 span { border-color: #66360A; }

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

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