#642A19

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

Shades of Caput Mortuum #642A19

Tints of Caput Mortuum #642A19

Color information

#642A19 (or 0x642A19) is unknown color: approx Caput Mortuum. HEX triplet: 64, 2A and 19. RGB value is (100,42,25). Sum of RGB (Red+Green+Blue) = 100+42+25=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #642A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642A19 is #9BD5E6. Grayscale: #393939. Windows color (decimal): -10212839 or 1649252. OLE color: 1649252.

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

Color convert

RGB1004225-
CMYK00.580.750.61
HSL13.6º60%24.51%-
HSV(B)13.6º75%39.22%-
XYZ6.264.441.45-
YUV57.4109.72158.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 59.88%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 25 (10.16% from 255) = 14.97%
R=59.88%
G=25.15%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100422500.580.750.6113.66024.51
Hex642A1903A4B3De3c19
Octal144523107211375167431
Binary11001001010101100101110101001011111101111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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