#64260D

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

Shades of Baker's Chocolate #64260D

Tints of Baker's Chocolate #64260D

Color information

#64260D (or 0x64260D) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 26 and 0D. RGB value is (100,38,13). Sum of RGB (Red+Green+Blue) = 100+38+13=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #64260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64260D is #9BD9F2. Grayscale: #353535. Windows color (decimal): -10213875 or 861796. OLE color: 861796.

HSL color Cylindrical-coordinate representation of color #64260D: hue angle of 17.24º 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 #64260D is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB1003813-
CMYK00.620.870.61
HSL17.24º76.99%22.16%-
HSV(B)17.24º87%39.22%-
XYZ6.024.120.86-
YUV53.69105.04161.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.23%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=66.23%
G=25.17%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100381300.620.870.6117.2476.9922.16
Hex6426D03E573D114d16
Octal1444615076127752111526
Binary110010010011011010111110101011111110110001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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