#612724

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

Shades of Caput Mortuum #612724

Tints of Caput Mortuum #612724

Color information

#612724 (or 0x612724) is unknown color: approx Caput Mortuum. HEX triplet: 61, 27 and 24. RGB value is (97,39,36). Sum of RGB (Red+Green+Blue) = 97+39+36=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #612724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612724 is #9ED8DB. Grayscale: #383838. Windows color (decimal): -10410204 or 2369377. OLE color: 2369377.

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

Color convert

RGB973936-
CMYK00.600.630.62
HSL2.95º45.86%26.08%-
HSV(B)2.95º62.89%38.04%-
XYZ5.974.122.15-
YUV56116.72157.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 36 (14.45% from 255) = 20.93%
R=56.40%
G=22.67%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97393600.600.630.622.9545.8626.08
Hex61272403C3F3E32e1a
Octal1414744074777635632
Binary110000110011110010001111001111111111101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612724; }

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

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

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

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

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

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

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

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