#66300B

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

Shades of Baker's Chocolate #66300B

Tints of Baker's Chocolate #66300B

Color information

#66300B (or 0x66300B) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 30 and 0B. RGB value is (102,48,11). Sum of RGB (Red+Green+Blue) = 102+48+11=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #66300B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66300B is #99CFF4. Grayscale: #3C3C3C. Windows color (decimal): -10080245 or 733286. OLE color: 733286.

HSL color Cylindrical-coordinate representation of color #66300B: hue angle of 24.4º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66300B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB1024811-
CMYK00.530.890.6
HSL24.4º80.53%22.16%-
HSV(B)24.4º89.22%40%-
XYZ6.64.960.93-
YUV59.93100.39158.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=63.35%
G=29.81%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102481100.530.890.624.480.5322.16
Hex6630B035593C185116
Octal1466013065131743012126
Binary110011011000010110110101101100111110011000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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