#612317

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

Shades of Caput Mortuum #612317

Tints of Caput Mortuum #612317

Color information

#612317 (or 0x612317) is unknown color: approx Caput Mortuum. HEX triplet: 61, 23 and 17. RGB value is (97,35,23). Sum of RGB (Red+Green+Blue) = 97+35+23=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #612317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612317 is #9EDCE8. Grayscale: #343434. Windows color (decimal): -10411241 or 1516385. OLE color: 1516385.

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

Color convert

RGB973523-
CMYK00.640.760.62
HSL9.73º61.67%23.53%-
HSV(B)9.73º76.29%38.04%-
XYZ5.693.811.25-
YUV52.17111.54159.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 23 (9.38% from 255) = 14.84%
R=62.58%
G=22.58%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97352300.640.760.629.7361.6723.53
Hex6123170404C3Ea3e18
Octal1414327010011476127630
Binary110000110001110111010000001001100111110101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612317; }

 p { color: rgb(97,35,23); }

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

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

 a { background-color: rgb(97,35,23); }

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

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

 span { border-color: rgb(97,35,23); }

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