#662515

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

Shades of Caput Mortuum #662515

Tints of Caput Mortuum #662515

Color information

#662515 (or 0x662515) is unknown color: approx Caput Mortuum. HEX triplet: 66, 25 and 15. RGB value is (102,37,21). Sum of RGB (Red+Green+Blue) = 102+37+21=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #662515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662515 is #99DAEA. Grayscale: #363636. Windows color (decimal): -10083051 or 1385830. OLE color: 1385830.

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

Color convert

RGB1023721-
CMYK00.640.790.6
HSL11.85º65.85%24.12%-
HSV(B)11.85º79.41%40%-
XYZ6.284.21.19-
YUV54.61109.03161.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.75%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=63.75%
G=23.12%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102372100.640.790.611.8565.8524.12
Hex6625150404F3Cc4218
Octal14645250100117741410230
Binary1100110100101101010100000010011111111001100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662515; }

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

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

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

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

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

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

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

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