#66390E

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

Shades of Baker's Chocolate #66390E

Tints of Baker's Chocolate #66390E

Color information

#66390E (or 0x66390E) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 39 and 0E. RGB value is (102,57,14). Sum of RGB (Red+Green+Blue) = 102+57+14=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #66390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66390E is #99C6F1. Grayscale: #414141. Windows color (decimal): -10077938 or 932198. OLE color: 932198.

HSL color Cylindrical-coordinate representation of color #66390E: hue angle of 29.32º 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 #66390E is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB1025714-
CMYK00.440.860.6
HSL29.32º75.86%22.75%-
HSV(B)29.32º86.27%40%-
XYZ7.025.781.16-
YUV65.5598.91154-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=58.96%
G=32.95%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102571400.440.860.629.3275.8622.75
Hex6639E02C563C1d4c17
Octal1467116054126743511427
Binary110011011100111100101100101011011110011101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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