#612717

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

Shades of Caput Mortuum #612717

Tints of Caput Mortuum #612717

Color information

#612717 (or 0x612717) is unknown color: approx Caput Mortuum. HEX triplet: 61, 27 and 17. RGB value is (97,39,23). Sum of RGB (Red+Green+Blue) = 97+39+23=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #612717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612717 is #9ED8E8. Grayscale: #363636. Windows color (decimal): -10410217 or 1517409. OLE color: 1517409.

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

Color convert

RGB973923-
CMYK00.600.760.62
HSL12.97º61.67%23.53%-
HSV(B)12.97º76.29%38.04%-
XYZ5.814.051.29-
YUV54.52110.22158.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 23 (9.38% from 255) = 14.47%
R=61.01%
G=24.53%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97392300.600.760.6212.9761.6723.53
Hex61271703C4C3Ed3e18
Octal141472707411476157630
Binary11000011001111011101111001001100111110110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612717; }

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

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

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

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

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

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

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

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