#662315

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

Shades of Caput Mortuum #662315

Tints of Caput Mortuum #662315

Color information

#662315 (or 0x662315) is unknown color: approx Caput Mortuum. HEX triplet: 66, 23 and 15. RGB value is (102,35,21). Sum of RGB (Red+Green+Blue) = 102+35+21=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #662315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662315 is #99DCEA. Grayscale: #353535. Windows color (decimal): -10083563 or 1385318. OLE color: 1385318.

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

Color convert

RGB1023521-
CMYK00.660.790.6
HSL10.37º65.85%24.12%-
HSV(B)10.37º79.41%40%-
XYZ6.224.081.17-
YUV53.44109.7162.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.56%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=64.56%
G=22.15%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102352100.660.790.610.3765.8524.12
Hex6623150424F3Ca4218
Octal14643250102117741210230
Binary1100110100011101010100001010011111111001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662315; }

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

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

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

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

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

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

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

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