#64220C

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

Shades of Baker's Chocolate #64220C

Tints of Baker's Chocolate #64220C

Color information

#64220C (or 0x64220C) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 22 and 0C. RGB value is (100,34,12). Sum of RGB (Red+Green+Blue) = 100+34+12=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #64220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64220C is #9BDDF3. Grayscale: #333333. Windows color (decimal): -10214900 or 795236. OLE color: 795236.

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

Color convert

RGB1003412-
CMYK00.660.880.61
HSL15º78.57%21.96%-
HSV(B)15º88%39.22%-
XYZ5.893.880.79-
YUV51.23105.87162.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.49%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=68.49%
G=23.29%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100341200.660.880.611578.5721.96
Hex6422C042583Df4f16
Octal14442140102130751711726
Binary110010010001011000100001010110001111011111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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