#642813

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

Shades of Baker's Chocolate #642813

Tints of Baker's Chocolate #642813

Color information

#642813 (or 0x642813) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 28 and 13. RGB value is (100,40,19). Sum of RGB (Red+Green+Blue) = 100+40+19=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #642813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642813 is #9BD7EC. Grayscale: #373737. Windows color (decimal): -10213357 or 1255524. OLE color: 1255524.

HSL color Cylindrical-coordinate representation of color #642813: hue angle of 15.56º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642813 is Cyan = 0, Magento = 0.6, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB1004019-
CMYK00.60.810.61
HSL15.56º68.07%23.33%-
HSV(B)15.56º81%39.22%-
XYZ6.134.271.12-
YUV55.55107.38159.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.89%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=62.89%
G=25.16%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100401900.60.810.6115.5668.0723.33
Hex64281303C513D104417
Octal1445023074121752010427
Binary1100100101000100110111100101000111110110000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642813; }

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

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

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

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

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

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

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

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