#64320F

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

Shades of Baker's Chocolate #64320F

Tints of Baker's Chocolate #64320F

Color information

#64320F (or 0x64320F) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 32 and 0F. RGB value is (100,50,15). Sum of RGB (Red+Green+Blue) = 100+50+15=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64320F is #9BCDF0. Grayscale: #3D3D3D. Windows color (decimal): -10210801 or 995940. OLE color: 995940.

HSL color Cylindrical-coordinate representation of color #64320F: hue angle of 24.71º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64320F is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB1005015-
CMYK00.500.850.61
HSL24.71º73.91%22.55%-
HSV(B)24.71º85%39.22%-
XYZ6.485.031.08-
YUV60.96102.06155.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.61%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=60.61%
G=30.30%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100501500.500.850.6124.7173.9122.55
Hex6432F032553D194a17
Octal1446217062125753111227
Binary110010011001011110110010101010111110111001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,50,15); }

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

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

 a { background-color: rgb(100,50,15); }

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

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

 span { border-color: rgb(100,50,15); }

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