#612613

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

Shades of Caput Mortuum #612613

Tints of Caput Mortuum #612613

Color information

#612613 (or 0x612613) is unknown color: approx Caput Mortuum. HEX triplet: 61, 26 and 13. RGB value is (97,38,19). Sum of RGB (Red+Green+Blue) = 97+38+19=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #612613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612613 is #9ED9EC. Grayscale: #353535. Windows color (decimal): -10410477 or 1255009. OLE color: 1255009.

HSL color Cylindrical-coordinate representation of color #612613: hue angle of 14.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612613 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB973819-
CMYK00.610.800.62
HSL14.62º67.24%22.75%-
HSV(B)14.62º80.41%38.04%-
XYZ5.743.971.08-
YUV53.47108.55159.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.99%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=62.99%
G=24.68%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97381900.610.800.6214.6267.2422.75
Hex61261303D503Ef4317
Octal1414623075120761710327
Binary110000110011010011011110110100001111101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612613; }

 p { color: rgb(97,38,19); }

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

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

 a { background-color: rgb(97,38,19); }

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

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

 span { border-color: rgb(97,38,19); }

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