#66270A

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

Shades of Baker's Chocolate #66270A

Tints of Baker's Chocolate #66270A

Color information

#66270A (or 0x66270A) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 27 and 0A. RGB value is (102,39,10). Sum of RGB (Red+Green+Blue) = 102+39+10=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66270A is #99D8F5. Grayscale: #363636. Windows color (decimal): -10082550 or 665446. OLE color: 665446.

HSL color Cylindrical-coordinate representation of color #66270A: hue angle of 18.91º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66270A is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB1023910-
CMYK00.620.900.6
HSL18.91º82.14%21.96%-
HSV(B)18.91º90.2%40%-
XYZ6.264.30.79-
YUV54.53102.87161.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=67.55%
G=25.83%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102391000.620.900.618.9182.1421.96
Hex6627A03E5A3C135216
Octal1464712076132742312226
Binary110011010011110100111110101101011110010011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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