#612513

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

Shades of Caput Mortuum #612513

Tints of Caput Mortuum #612513

Color information

#612513 (or 0x612513) is unknown color: approx Caput Mortuum. HEX triplet: 61, 25 and 13. RGB value is (97,37,19). Sum of RGB (Red+Green+Blue) = 97+37+19=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #612513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612513 is #9EDAEC. Grayscale: #353535. Windows color (decimal): -10410733 or 1254753. OLE color: 1254753.

HSL color Cylindrical-coordinate representation of color #612513: hue angle of 13.85º 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 #612513 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB973719-
CMYK00.620.800.62
HSL13.85º67.24%22.75%-
HSV(B)13.85º80.41%38.04%-
XYZ5.713.911.07-
YUV52.89108.88159.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.40%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 19 (7.81% from 255) = 12.42%
R=63.40%
G=24.18%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97371900.620.800.6213.8567.2422.75
Hex61251303E503Ee4317
Octal1414523076120761610327
Binary110000110010110011011111010100001111101110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612513; }

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

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

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

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

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

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

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

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