#642A20

Color #642A20 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #642A20

Tints of Caput Mortuum #642A20

Color information

#642A20 (or 0x642A20) is unknown color: approx Caput Mortuum. HEX triplet: 64, 2A and 20. RGB value is (100,42,32). Sum of RGB (Red+Green+Blue) = 100+42+32=174 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.47% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 100 - color contains mainly: red. Hex color #642A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642A20 is #9BD5DF. Grayscale: #3A3A3A. Windows color (decimal): -10212832 or 2108004. OLE color: 2108004.

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

Color convert

RGB1004232-
CMYK00.580.680.61
HSL8.82º51.52%25.88%-
HSV(B)8.82º68%39.22%-
XYZ6.344.471.89-
YUV58.2113.22157.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.47%
GREEN value IS 42 (16.80% from 255) = 24.14%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=57.47%
G=24.14%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100423200.580.680.618.8251.5225.88
Hex642A2003A443D9341a
Octal144524007210475116432
Binary110010010101010000001110101000100111101100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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