#66360E

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

Shades of Baker's Chocolate #66360E

Tints of Baker's Chocolate #66360E

Color information

#66360E (or 0x66360E) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 36 and 0E. RGB value is (102,54,14). Sum of RGB (Red+Green+Blue) = 102+54+14=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #66360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66360E is #99C9F1. Grayscale: #3F3F3F. Windows color (decimal): -10078706 or 931430. OLE color: 931430.

HSL color Cylindrical-coordinate representation of color #66360E: hue angle of 27.27º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66360E is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB1025414-
CMYK00.470.860.6
HSL27.27º75.86%22.75%-
HSV(B)27.27º86.27%40%-
XYZ6.885.491.11-
YUV63.7999.9155.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 14 (5.86% from 255) = 8.24%
R=60%
G=31.76%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102541400.470.860.627.2775.8622.75
Hex6636E02F563C1b4c17
Octal1466616057126743311427
Binary110011011011011100101111101011011110011011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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