#66380C

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

Shades of Baker's Chocolate #66380C

Tints of Baker's Chocolate #66380C

Color information

#66380C (or 0x66380C) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 38 and 0C. RGB value is (102,56,12). Sum of RGB (Red+Green+Blue) = 102+56+12=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #66380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66380C is #99C7F3. Grayscale: #404040. Windows color (decimal): -10078196 or 800870. OLE color: 800870.

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

Color convert

RGB1025612-
CMYK00.450.880.6
HSL29.33º78.95%22.35%-
HSV(B)29.33º88.24%40%-
XYZ6.965.681.08-
YUV64.7498.24154.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 12 (5.08% from 255) = 7.06%
R=60%
G=32.94%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102561200.450.880.629.3378.9522.35
Hex6638C02D583C1d4f16
Octal1467014055130743511726
Binary110011011100011000101101101100011110011101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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