#66220C

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

Shades of Baker's Chocolate #66220C

Tints of Baker's Chocolate #66220C

Color information

#66220C (or 0x66220C) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 22 and 0C. RGB value is (102,34,12). Sum of RGB (Red+Green+Blue) = 102+34+12=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66220C is #99DDF3. Grayscale: #333333. Windows color (decimal): -10083828 or 795238. OLE color: 795238.

HSL color Cylindrical-coordinate representation of color #66220C: hue angle of 14.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66220C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1023412-
CMYK00.670.880.6
HSL14.67º78.95%22.35%-
HSV(B)14.67º88.24%40%-
XYZ6.1240.8-
YUV51.82105.53163.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=68.92%
G=22.97%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102341200.670.880.614.6778.9522.35
Hex6622C043583Cf4f16
Octal14642140103130741711726
Binary110011010001011000100001110110001111001111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66220C; }

 p { color: rgb(102,34,12); }

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

<style>
 a { background-color: #66220C; }

 a { background-color: rgb(102,34,12); }

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

<style>
 span { border-color: #66220C; }

 span { border-color: rgb(102,34,12); }

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