#642A11

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

Shades of Baker's Chocolate #642A11

Tints of Baker's Chocolate #642A11

Color information

#642A11 (or 0x642A11) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2A and 11. RGB value is (100,42,17). Sum of RGB (Red+Green+Blue) = 100+42+17=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #642A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642A11 is #9BD5EE. Grayscale: #383838. Windows color (decimal): -10212847 or 1124964. OLE color: 1124964.

HSL color Cylindrical-coordinate representation of color #642A11: hue angle of 18.07º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #642A11 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB1004217-
CMYK00.580.830.61
HSL18.07º70.94%22.94%-
HSV(B)18.07º83%39.22%-
XYZ6.184.411.05-
YUV56.49105.72159.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.89%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=62.89%
G=26.42%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100421700.580.830.6118.0770.9422.94
Hex642A1103A533D124717
Octal1445221072123752210727
Binary1100100101010100010111010101001111110110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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