#64280D

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

Shades of Baker's Chocolate #64280D

Tints of Baker's Chocolate #64280D

Color information

#64280D (or 0x64280D) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 28 and 0D. RGB value is (100,40,13). Sum of RGB (Red+Green+Blue) = 100+40+13=153 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.36% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 100 - color contains mainly: red. Hex color #64280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64280D is #9BD7F2. Grayscale: #373737. Windows color (decimal): -10213363 or 862308. OLE color: 862308.

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

Color convert

RGB1004013-
CMYK00.60.870.61
HSL18.62º76.99%22.16%-
HSV(B)18.62º87%39.22%-
XYZ6.094.260.88-
YUV54.86104.38160.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.36%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=65.36%
G=26.14%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100401300.60.870.6118.6276.9922.16
Hex6428D03C573D134d16
Octal1445015074127752311526
Binary110010010100011010111100101011111110110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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