#642C11

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

Shades of Baker's Chocolate #642C11

Tints of Baker's Chocolate #642C11

Color information

#642C11 (or 0x642C11) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2C and 11. RGB value is (100,44,17). Sum of RGB (Red+Green+Blue) = 100+44+17=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #642C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642C11 is #9BD3EE. Grayscale: #393939. Windows color (decimal): -10212335 or 1125476. OLE color: 1125476.

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

Color convert

RGB1004417-
CMYK00.560.830.61
HSL19.52º70.94%22.94%-
HSV(B)19.52º83%39.22%-
XYZ6.264.551.08-
YUV57.67105.05158.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.11%
GREEN value IS 44 (17.58% from 255) = 27.33%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=62.11%
G=27.33%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100441700.560.830.6119.5270.9422.94
Hex642C11038533D144717
Octal1445421070123752410727
Binary1100100101100100010111000101001111110110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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