#612615

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

Shades of Caput Mortuum #612615

Tints of Caput Mortuum #612615

Color information

#612615 (or 0x612615) is unknown color: approx Caput Mortuum. HEX triplet: 61, 26 and 15. RGB value is (97,38,21). Sum of RGB (Red+Green+Blue) = 97+38+21=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #612615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612615 is #9ED9EA. Grayscale: #353535. Windows color (decimal): -10410475 or 1386081. OLE color: 1386081.

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

Color convert

RGB973821-
CMYK00.610.780.62
HSL13.42º64.41%23.14%-
HSV(B)13.42º78.35%38.04%-
XYZ5.763.981.17-
YUV53.7109.55158.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=62.18%
G=24.36%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97382100.610.780.6213.4264.4123.14
Hex61261503D4E3Ed4017
Octal1414625075116761510027
Binary110000110011010101011110110011101111101101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612615; }

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

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

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

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

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

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

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

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