#612618

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

Shades of Caput Mortuum #612618

Tints of Caput Mortuum #612618

Color information

#612618 (or 0x612618) is unknown color: approx Caput Mortuum. HEX triplet: 61, 26 and 18. RGB value is (97,38,24). Sum of RGB (Red+Green+Blue) = 97+38+24=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #612618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612618 is #9ED9E7. Grayscale: #363636. Windows color (decimal): -10410472 or 1582689. OLE color: 1582689.

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

Color convert

RGB973824-
CMYK00.610.750.62
HSL11.51º60.33%23.73%-
HSV(B)11.51º75.26%38.04%-
XYZ5.793.991.33-
YUV54.04111.05158.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=61.01%
G=23.90%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97382400.610.750.6211.5160.3323.73
Hex61261803D4B3Ec3c18
Octal141463007511376147430
Binary11000011001101100001111011001011111110110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612618; }

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

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

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

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

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

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

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

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