#642517

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

Shades of Caput Mortuum #642517

Tints of Caput Mortuum #642517

Color information

#642517 (or 0x642517) is unknown color: approx Caput Mortuum. HEX triplet: 64, 25 and 17. RGB value is (100,37,23). Sum of RGB (Red+Green+Blue) = 100+37+23=160 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.5% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 100 - color contains mainly: red. Hex color #642517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642517 is #9BDAE8. Grayscale: #363636. Windows color (decimal): -10214121 or 1516900. OLE color: 1516900.

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

Color convert

RGB1003723-
CMYK00.630.770.61
HSL10.91º62.6%24.12%-
HSV(B)10.91º77%39.22%-
XYZ6.074.091.28-
YUV54.24110.37160.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.5%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 23 (9.38% from 255) = 14.38%
R=62.5%
G=23.12%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100372300.630.770.6110.9162.624.12
Hex64251703F4D3Db3f18
Octal144452707711575137730
Binary11001001001011011101111111001101111101101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642517; }

 p { color: rgb(100,37,23); }

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

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

 a { background-color: rgb(100,37,23); }

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

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

 span { border-color: rgb(100,37,23); }

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