#612720

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

Shades of Caput Mortuum #612720

Tints of Caput Mortuum #612720

Color information

#612720 (or 0x612720) is unknown color: approx Caput Mortuum. HEX triplet: 61, 27 and 20. RGB value is (97,39,32). Sum of RGB (Red+Green+Blue) = 97+39+32=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #612720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612720 is #9ED8DF. Grayscale: #373737. Windows color (decimal): -10410208 or 2107233. OLE color: 2107233.

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

Color convert

RGB973932-
CMYK00.600.670.62
HSL6.46º50.39%25.29%-
HSV(B)6.46º67.01%38.04%-
XYZ5.924.11.85-
YUV55.54114.72157.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=57.74%
G=23.21%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97393200.600.670.626.4650.3925.29
Hex61272003C433E63219
Octal14147400741037666231
Binary11000011001111000000111100100001111111011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612720; }

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

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

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

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

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

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

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

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