#66270F

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

Shades of Baker's Chocolate #66270F

Tints of Baker's Chocolate #66270F

Color information

#66270F (or 0x66270F) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 27 and 0F. RGB value is (102,39,15). Sum of RGB (Red+Green+Blue) = 102+39+15=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #66270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66270F is #99D8F0. Grayscale: #373737. Windows color (decimal): -10082545 or 993126. OLE color: 993126.

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

Color convert

RGB1023915-
CMYK00.620.850.6
HSL16.55º74.36%22.94%-
HSV(B)16.55º85.29%40%-
XYZ6.294.310.95-
YUV55.1105.37161.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 9.62%
R=65.38%
G=25%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102391500.620.850.616.5574.3622.94
Hex6627F03E553C114a17
Octal1464717076125742111227
Binary110011010011111110111110101010111110010001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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