#66311B

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

Shades of Baker's Chocolate #66311B

Tints of Baker's Chocolate #66311B

Color information

#66311B (or 0x66311B) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 31 and 1B. RGB value is (102,49,27). Sum of RGB (Red+Green+Blue) = 102+49+27=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #66311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66311B is #99CEE4. Grayscale: #3E3E3E. Windows color (decimal): -10079973 or 1782118. OLE color: 1782118.

HSL color Cylindrical-coordinate representation of color #66311B: hue angle of 17.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66311B is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB1024927-
CMYK00.520.740.6
HSL17.6º58.14%25.29%-
HSV(B)17.6º73.53%40%-
XYZ6.785.11.66-
YUV62.34108.06156.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 27 (10.94% from 255) = 15.17%
R=57.30%
G=27.53%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102492700.520.740.617.658.1425.29
Hex66311B0344A3C123a19
Octal146613306411274227231
Binary110011011000111011011010010010101111001001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66311B; }

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

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

<style>
 a { background-color: #66311B; }

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

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

<style>
 span { border-color: #66311B; }

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

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