#64310D

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

Shades of Baker's Chocolate #64310D

Tints of Baker's Chocolate #64310D

Color information

#64310D (or 0x64310D) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 31 and 0D. RGB value is (100,49,13). Sum of RGB (Red+Green+Blue) = 100+49+13=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #64310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64310D is #9BCEF2. Grayscale: #3C3C3C. Windows color (decimal): -10211059 or 864612. OLE color: 864612.

HSL color Cylindrical-coordinate representation of color #64310D: hue angle of 24.83º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64310D is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB1004913-
CMYK00.510.870.61
HSL24.83º76.99%22.16%-
HSV(B)24.83º87%39.22%-
XYZ6.434.940.99-
YUV60.14101.4156.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 61.73%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 13 (5.47% from 255) = 8.02%
R=61.73%
G=30.25%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100491300.510.870.6124.8376.9922.16
Hex6431D033573D194d16
Octal1446115063127753111526
Binary110010011000111010110011101011111110111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64310D; }

 p { color: rgb(100,49,13); }

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

<style>
 a { background-color: #64310D; }

 a { background-color: rgb(100,49,13); }

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

<style>
 span { border-color: #64310D; }

 span { border-color: rgb(100,49,13); }

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