#612C1A

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

Shades of Caput Mortuum #612C1A

Tints of Caput Mortuum #612C1A

Color information

#612C1A (or 0x612C1A) is unknown color: approx Caput Mortuum. HEX triplet: 61, 2C and 1A. RGB value is (97,44,26). Sum of RGB (Red+Green+Blue) = 97+44+26=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #612C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C1A is #9ED3E5. Grayscale: #393939. Windows color (decimal): -10408934 or 1715297. OLE color: 1715297.

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

Color convert

RGB974426-
CMYK00.550.730.62
HSL15.21º57.72%24.12%-
HSV(B)15.21º73.2%38.04%-
XYZ6.024.421.51-
YUV57.8110.06155.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=58.08%
G=26.35%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97442600.550.730.6215.2157.7224.12
Hex612C1A037493Ef3a18
Octal141543206711176177230
Binary11000011011001101001101111001001111110111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,44,26); }

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

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

 a { background-color: rgb(97,44,26); }

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

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

 span { border-color: rgb(97,44,26); }

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