#66300F

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

Shades of Baker's Chocolate #66300F

Tints of Baker's Chocolate #66300F

Color information

#66300F (or 0x66300F) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 30 and 0F. RGB value is (102,48,15). Sum of RGB (Red+Green+Blue) = 102+48+15=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66300F is #99CFF0. Grayscale: #3C3C3C. Windows color (decimal): -10080241 or 995430. OLE color: 995430.

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

Color convert

RGB1024815-
CMYK00.530.850.6
HSL22.76º74.36%22.94%-
HSV(B)22.76º85.29%40%-
XYZ6.624.971.06-
YUV60.38102.39157.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=61.82%
G=29.09%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102481500.530.850.622.7674.3622.94
Hex6630F035553C174a17
Octal1466017065125742711227
Binary110011011000011110110101101010111110010111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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