#662415

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

Shades of Caput Mortuum #662415

Tints of Caput Mortuum #662415

Color information

#662415 (or 0x662415) is unknown color: approx Caput Mortuum. HEX triplet: 66, 24 and 15. RGB value is (102,36,21). Sum of RGB (Red+Green+Blue) = 102+36+21=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #662415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662415 is #99DBEA. Grayscale: #363636. Windows color (decimal): -10083307 or 1385574. OLE color: 1385574.

HSL color Cylindrical-coordinate representation of color #662415: hue angle of 11.11º 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 #662415 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB1023621-
CMYK00.650.790.6
HSL11.11º65.85%24.12%-
HSV(B)11.11º79.41%40%-
XYZ6.254.141.18-
YUV54.02109.37162.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=64.15%
G=22.64%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102362100.650.790.611.1165.8524.12
Hex6624150414F3Cb4218
Octal14644250101117741310230
Binary1100110100100101010100000110011111111001011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662415; }

 p { color: rgb(102,36,21); }

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

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

 a { background-color: rgb(102,36,21); }

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

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

 span { border-color: rgb(102,36,21); }

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