#612721

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

Shades of Caput Mortuum #612721

Tints of Caput Mortuum #612721

Color information

#612721 (or 0x612721) is unknown color: approx Caput Mortuum. HEX triplet: 61, 27 and 21. RGB value is (97,39,33). Sum of RGB (Red+Green+Blue) = 97+39+33=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612721 is #9ED8DE. Grayscale: #373737. Windows color (decimal): -10410207 or 2172769. OLE color: 2172769.

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

Color convert

RGB973933-
CMYK00.600.660.62
HSL5.63º49.23%25.49%-
HSV(B)5.63º65.98%38.04%-
XYZ5.934.11.92-
YUV55.66115.22157.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=57.40%
G=23.08%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97393300.600.660.625.6349.2325.49
Hex61272103C423E63119
Octal14147410741027666131
Binary11000011001111000010111100100001011111011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612721; }

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

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

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

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

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

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

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

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