#66280F

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

Shades of Baker's Chocolate #66280F

Tints of Baker's Chocolate #66280F

Color information

#66280F (or 0x66280F) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 28 and 0F. RGB value is (102,40,15). Sum of RGB (Red+Green+Blue) = 102+40+15=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #66280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66280F is #99D7F0. Grayscale: #373737. Windows color (decimal): -10082289 or 993382. OLE color: 993382.

HSL color Cylindrical-coordinate representation of color #66280F: hue angle of 17.24º 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 #66280F is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1024015-
CMYK00.610.850.6
HSL17.24º74.36%22.94%-
HSV(B)17.24º85.29%40%-
XYZ6.324.380.96-
YUV55.69105.04161.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=64.97%
G=25.48%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102401500.610.850.617.2474.3622.94
Hex6628F03D553C114a17
Octal1465017075125742111227
Binary110011010100011110111101101010111110010001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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