#64370E

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

Shades of Baker's Chocolate #64370E

Tints of Baker's Chocolate #64370E

Color information

#64370E (or 0x64370E) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 37 and 0E. RGB value is (100,55,14). Sum of RGB (Red+Green+Blue) = 100+55+14=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #64370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64370E is #9BC8F1. Grayscale: #3F3F3F. Windows color (decimal): -10209522 or 931684. OLE color: 931684.

HSL color Cylindrical-coordinate representation of color #64370E: hue angle of 28.6º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64370E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB1005514-
CMYK00.450.860.61
HSL28.6º75.44%22.35%-
HSV(B)28.6º86%39.22%-
XYZ6.75.471.12-
YUV63.7899.91153.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 59.17%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 14 (5.86% from 255) = 8.28%
R=59.17%
G=32.54%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100551400.450.860.6128.675.4422.35
Hex6437E02D563D1d4b16
Octal1446716055126753511326
Binary110010011011111100101101101011011110111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64370E; }

 p { color: rgb(100,55,14); }

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

<style>
 a { background-color: #64370E; }

 a { background-color: rgb(100,55,14); }

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

<style>
 span { border-color: #64370E; }

 span { border-color: rgb(100,55,14); }

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