#652815

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

Shades of Caput Mortuum #652815

Tints of Caput Mortuum #652815

Color information

#652815 (or 0x652815) is unknown color: approx Caput Mortuum. HEX triplet: 65, 28 and 15. RGB value is (101,40,21). Sum of RGB (Red+Green+Blue) = 101+40+21=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #652815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652815 is #9AD7EA. Grayscale: #383838. Windows color (decimal): -10147819 or 1386597. OLE color: 1386597.

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

Color convert

RGB1014021-
CMYK00.600.790.60
HSL14.25º65.57%23.92%-
HSV(B)14.25º79.21%39.61%-
XYZ6.264.341.22-
YUV56.07108.21160.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 62.35%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=62.35%
G=24.69%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101402100.600.790.6014.2565.5723.92
Hex65281503C4F3Ce4218
Octal1455025074117741610230
Binary110010110100010101011110010011111111001110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652815; }

 p { color: rgb(101,40,21); }

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

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

 a { background-color: rgb(101,40,21); }

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

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

 span { border-color: rgb(101,40,21); }

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