#642718

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

Shades of Caput Mortuum #642718

Tints of Caput Mortuum #642718

Color information

#642718 (or 0x642718) is unknown color: approx Caput Mortuum. HEX triplet: 64, 27 and 18. RGB value is (100,39,24). Sum of RGB (Red+Green+Blue) = 100+39+24=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #642718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642718 is #9BD8E7. Grayscale: #373737. Windows color (decimal): -10213608 or 1582948. OLE color: 1582948.

HSL color Cylindrical-coordinate representation of color #642718: hue angle of 11.84º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642718 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB1003924-
CMYK00.610.760.61
HSL11.84º61.29%24.31%-
HSV(B)11.84º76%39.22%-
XYZ6.154.231.36-
YUV55.53110.21159.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 61.35%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=61.35%
G=23.93%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100392400.610.760.6111.8461.2924.31
Hex64271803D4C3Dc3d18
Octal144473007511475147530
Binary11001001001111100001111011001100111101110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642718; }

 p { color: rgb(100,39,24); }

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

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

 a { background-color: rgb(100,39,24); }

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

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

 span { border-color: rgb(100,39,24); }

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