#612013

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

Shades of Caput Mortuum #612013

Tints of Caput Mortuum #612013

Color information

#612013 (or 0x612013) is unknown color: approx Caput Mortuum. HEX triplet: 61, 20 and 13. RGB value is (97,32,19). Sum of RGB (Red+Green+Blue) = 97+32+19=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #612013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612013 is #9EDFEC. Grayscale: #323232. Windows color (decimal): -10412013 or 1253473. OLE color: 1253473.

HSL color Cylindrical-coordinate representation of color #612013: hue angle of 10º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612013 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB973219-
CMYK00.670.800.62
HSL10º67.24%22.75%-
HSV(B)10º80.41%38.04%-
XYZ5.563.621.02-
YUV49.95110.53161.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=65.54%
G=21.62%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97321900.670.800.621067.2422.75
Hex612013043503Ea4317
Octal14140230103120761210327
Binary1100001100000100110100001110100001111101010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612013; }

 p { color: rgb(97,32,19); }

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

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

 a { background-color: rgb(97,32,19); }

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

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

 span { border-color: rgb(97,32,19); }

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