#612B20

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

Shades of Caput Mortuum #612B20

Tints of Caput Mortuum #612B20

Color information

#612B20 (or 0x612B20) is unknown color: approx Caput Mortuum. HEX triplet: 61, 2B and 20. RGB value is (97,43,32). Sum of RGB (Red+Green+Blue) = 97+43+32=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #612B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B20 is #9ED4DF. Grayscale: #393939. Windows color (decimal): -10409184 or 2108257. OLE color: 2108257.

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

Color convert

RGB974332-
CMYK00.560.670.62
HSL10.15º50.39%25.29%-
HSV(B)10.15º67.01%38.04%-
XYZ6.054.371.89-
YUV57.89113.39155.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=56.40%
G=25%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97433200.560.670.6210.1550.3925.29
Hex612B20038433Ea3219
Octal141534007010376126231
Binary110000110101110000001110001000011111110101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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