#66300C

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

Shades of Baker's Chocolate #66300C

Tints of Baker's Chocolate #66300C

Color information

#66300C (or 0x66300C) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 30 and 0C. RGB value is (102,48,12). Sum of RGB (Red+Green+Blue) = 102+48+12=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #66300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66300C is #99CFF3. Grayscale: #3C3C3C. Windows color (decimal): -10080244 or 798822. OLE color: 798822.

HSL color Cylindrical-coordinate representation of color #66300C: hue angle of 24º 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 #66300C is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1024812-
CMYK00.530.880.6
HSL24º78.95%22.35%-
HSV(B)24º88.24%40%-
XYZ6.64.970.96-
YUV60.04100.89157.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=62.96%
G=29.63%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102481200.530.880.62478.9522.35
Hex6630C035583C184f16
Octal1466014065130743011726
Binary110011011000011000110101101100011110011000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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