#612A20

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

Shades of Caput Mortuum #612A20

Tints of Caput Mortuum #612A20

Color information

#612A20 (or 0x612A20) is unknown color: approx Caput Mortuum. HEX triplet: 61, 2A and 20. RGB value is (97,42,32). Sum of RGB (Red+Green+Blue) = 97+42+32=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #612A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A20 is #9ED5DF. Grayscale: #393939. Windows color (decimal): -10409440 or 2108001. OLE color: 2108001.

HSL color Cylindrical-coordinate representation of color #612A20: hue angle of 9.23º 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 #612A20 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB974232-
CMYK00.570.670.62
HSL9.23º50.39%25.29%-
HSV(B)9.23º67.01%38.04%-
XYZ6.024.31.88-
YUV57.3113.72156.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 42 (16.80% from 255) = 24.56%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=56.73%
G=24.56%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97423200.570.670.629.2350.3925.29
Hex612A20039433E93219
Octal141524007110376116231
Binary110000110101010000001110011000011111110100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612A20; }

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

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

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

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

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

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

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

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