#662413

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

Shades of Caput Mortuum #662413

Tints of Caput Mortuum #662413

Color information

#662413 (or 0x662413) is unknown color: approx Caput Mortuum. HEX triplet: 66, 24 and 13. RGB value is (102,36,19). Sum of RGB (Red+Green+Blue) = 102+36+19=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #662413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662413 is #99DBEC. Grayscale: #353535. Windows color (decimal): -10083309 or 1254502. OLE color: 1254502.

HSL color Cylindrical-coordinate representation of color #662413: hue angle of 12.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662413 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1023619-
CMYK00.650.810.6
HSL12.29º68.6%23.73%-
HSV(B)12.29º81.37%40%-
XYZ6.234.131.09-
YUV53.8108.37162.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=64.97%
G=22.93%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102361900.650.810.612.2968.623.73
Hex662413041513Cc4518
Octal14644230101121741410530
Binary1100110100100100110100000110100011111001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662413; }

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

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

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

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

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

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

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

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