#612A1F

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

Shades of Caput Mortuum #612A1F

Tints of Caput Mortuum #612A1F

Color information

#612A1F (or 0x612A1F) is unknown color: approx Caput Mortuum. HEX triplet: 61, 2A and 1F. RGB value is (97,42,31). Sum of RGB (Red+Green+Blue) = 97+42+31=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #612A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A1F is #9ED5E0. Grayscale: #393939. Windows color (decimal): -10409441 or 2042465. OLE color: 2042465.

HSL color Cylindrical-coordinate representation of color #612A1F: hue angle of 10º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612A1F is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB974231-
CMYK00.570.680.62
HSL10º51.56%25.1%-
HSV(B)10º68.04%38.04%-
XYZ6.014.31.81-
YUV57.19113.22156.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=57.06%
G=24.71%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97423100.570.680.621051.5625.1
Hex612A1F039443Ea3419
Octal141523707110476126431
Binary11000011010101111101110011000100111110101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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