#612A1B

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

Shades of Caput Mortuum #612A1B

Tints of Caput Mortuum #612A1B

Color information

#612A1B (or 0x612A1B) is unknown color: approx Caput Mortuum. HEX triplet: 61, 2A and 1B. RGB value is (97,42,27). Sum of RGB (Red+Green+Blue) = 97+42+27=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #612A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A1B is #9ED5E4. Grayscale: #383838. Windows color (decimal): -10409445 or 1780321. OLE color: 1780321.

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

Color convert

RGB974227-
CMYK00.570.720.62
HSL12.86º56.45%24.31%-
HSV(B)12.86º72.16%38.04%-
XYZ5.964.281.55-
YUV56.74111.22156.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=58.43%
G=25.30%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97422700.570.720.6212.8656.4524.31
Hex612A1B039483Ed3818
Octal141523307111076157030
Binary11000011010101101101110011001000111110110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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