#612010

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

Shades of Caput Mortuum #612010

Tints of Caput Mortuum #612010

Color information

#612010 (or 0x612010) is unknown color: approx Caput Mortuum. HEX triplet: 61, 20 and 10. RGB value is (97,32,16). Sum of RGB (Red+Green+Blue) = 97+32+16=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #612010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612010 is #9EDFEF. Grayscale: #313131. Windows color (decimal): -10412016 or 1056865. OLE color: 1056865.

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

Color convert

RGB973216-
CMYK00.670.840.62
HSL11.85º71.68%22.16%-
HSV(B)11.85º83.51%38.04%-
XYZ5.543.610.9-
YUV49.61109.03161.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=66.90%
G=22.07%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97321600.670.840.6211.8571.6822.16
Hex612010043543Ec4816
Octal14140200103124761411026
Binary1100001100000100000100001110101001111101100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612010; }

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

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

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

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

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

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

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

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