#66380D

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

Shades of Baker's Chocolate #66380D

Tints of Baker's Chocolate #66380D

Color information

#66380D (or 0x66380D) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 38 and 0D. RGB value is (102,56,13). Sum of RGB (Red+Green+Blue) = 102+56+13=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #66380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66380D is #99C7F2. Grayscale: #414141. Windows color (decimal): -10078195 or 866406. OLE color: 866406.

HSL color Cylindrical-coordinate representation of color #66380D: hue angle of 28.99º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66380D is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB1025613-
CMYK00.450.870.6
HSL28.99º77.39%22.55%-
HSV(B)28.99º87.25%40%-
XYZ6.975.681.11-
YUV64.8598.74154.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 56 (22.27% from 255) = 32.75%
BLUE value IS 13 (5.47% from 255) = 7.60%
R=59.65%
G=32.75%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102561300.450.870.628.9977.3922.55
Hex6638D02D573C1d4d17
Octal1467015055127743511527
Binary110011011100011010101101101011111110011101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66380D; }

 p { color: rgb(102,56,13); }

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

<style>
 a { background-color: #66380D; }

 a { background-color: rgb(102,56,13); }

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

<style>
 span { border-color: #66380D; }

 span { border-color: rgb(102,56,13); }

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