#66310F

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

Shades of Baker's Chocolate #66310F

Tints of Baker's Chocolate #66310F

Color information

#66310F (or 0x66310F) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 31 and 0F. RGB value is (102,49,15). Sum of RGB (Red+Green+Blue) = 102+49+15=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66310F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66310F is #99CEF0. Grayscale: #3D3D3D. Windows color (decimal): -10079985 or 995686. OLE color: 995686.

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

Color convert

RGB1024915-
CMYK00.520.850.6
HSL23.45º74.36%22.94%-
HSV(B)23.45º85.29%40%-
XYZ6.665.061.08-
YUV60.97102.06157.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 49 (19.53% from 255) = 29.52%
BLUE value IS 15 (6.25% from 255) = 9.04%
R=61.45%
G=29.52%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102491500.520.850.623.4574.3622.94
Hex6631F034553C174a17
Octal1466117064125742711227
Binary110011011000111110110100101010111110010111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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