#642A13

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

Shades of Baker's Chocolate #642A13

Tints of Baker's Chocolate #642A13

Color information

#642A13 (or 0x642A13) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2A and 13. RGB value is (100,42,19). Sum of RGB (Red+Green+Blue) = 100+42+19=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #642A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642A13 is #9BD5EC. Grayscale: #383838. Windows color (decimal): -10212845 or 1256036. OLE color: 1256036.

HSL color Cylindrical-coordinate representation of color #642A13: hue angle of 17.04º 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 #642A13 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB1004219-
CMYK00.580.810.61
HSL17.04º68.07%23.33%-
HSV(B)17.04º81%39.22%-
XYZ6.24.411.14-
YUV56.72106.72158.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.11%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=62.11%
G=26.09%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100421900.580.810.6117.0468.0723.33
Hex642A1303A513D114417
Octal1445223072121752110427
Binary1100100101010100110111010101000111110110001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642A13; }

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

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

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

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

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

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

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

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