#652516

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

Shades of Caput Mortuum #652516

Tints of Caput Mortuum #652516

Color information

#652516 (or 0x652516) is unknown color: approx Caput Mortuum. HEX triplet: 65, 25 and 16. RGB value is (101,37,22). Sum of RGB (Red+Green+Blue) = 101+37+22=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #652516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652516 is #9ADAE9. Grayscale: #363636. Windows color (decimal): -10148586 or 1451365. OLE color: 1451365.

HSL color Cylindrical-coordinate representation of color #652516: hue angle of 11.39º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652516 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB1013722-
CMYK00.630.780.60
HSL11.39º64.23%24.12%-
HSV(B)11.39º78.22%39.61%-
XYZ6.174.151.23-
YUV54.43109.7161.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.12%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=63.12%
G=23.12%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101372200.630.780.6011.3964.2324.12
Hex65251603F4E3Cb4018
Octal1454526077116741310030
Binary110010110010110110011111110011101111001011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652516; }

 p { color: rgb(101,37,22); }

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

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

 a { background-color: rgb(101,37,22); }

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

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

 span { border-color: rgb(101,37,22); }

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