#612C1E

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

Shades of Caput Mortuum #612C1E

Tints of Caput Mortuum #612C1E

Color information

#612C1E (or 0x612C1E) is unknown color: approx Caput Mortuum. HEX triplet: 61, 2C and 1E. RGB value is (97,44,30). Sum of RGB (Red+Green+Blue) = 97+44+30=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #612C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C1E is #9ED3E1. Grayscale: #3A3A3A. Windows color (decimal): -10408930 or 1977441. OLE color: 1977441.

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

Color convert

RGB974430-
CMYK00.550.690.62
HSL12.54º52.76%24.9%-
HSV(B)12.54º69.07%38.04%-
XYZ6.064.441.76-
YUV58.25112.06155.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=56.73%
G=25.73%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97443000.550.690.6212.5452.7624.9
Hex612C1E037453Ed3519
Octal141543606710576156531
Binary11000011011001111001101111000101111110110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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