#64280C

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

Shades of Baker's Chocolate #64280C

Tints of Baker's Chocolate #64280C

Color information

#64280C (or 0x64280C) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 28 and 0C. RGB value is (100,40,12). Sum of RGB (Red+Green+Blue) = 100+40+12=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #64280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64280C is #9BD7F3. Grayscale: #363636. Windows color (decimal): -10213364 or 796772. OLE color: 796772.

HSL color Cylindrical-coordinate representation of color #64280C: hue angle of 19.09º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64280C is Cyan = 0, Magento = 0.6, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB1004012-
CMYK00.60.880.61
HSL19.09º78.57%21.96%-
HSV(B)19.09º88%39.22%-
XYZ6.084.250.85-
YUV54.75103.88160.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.79%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=65.79%
G=26.32%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100401200.60.880.6119.0978.5721.96
Hex6428C03C583D134f16
Octal1445014074130752311726
Binary110010010100011000111100101100011110110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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