Html Css Color HEX #612518 Caput Mortuum

📋 copy color: '#612518'

red 97 ◦ green 37 ◦ blue 24

#612518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #612518

Tints of Caput Mortuum #612518

RGB

 RED value IS 97 (38.28% from 255) = 61.39%

 GREEN value IS 37 (14.84% from 255) = 23.42%

 BLUE value IS 24 (9.77% from 255) = 15.19%

R = 61.39%
G = 23.42%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#612518 (or 0x612518) is known color: Caput Mortuum. HEX triplet: 61, 25 and 18. RGB value is (97,37,24). Sum of RGB (Red+Green+Blue) = 97+37+24=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #612518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612518 is #9EDAE7. Grayscale: #353535. Windows color (decimal): -10410728 or 1582433. OLE color: 1582433.

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

Color convert

RGB 97 37 24 -
CMYK 0 0.62 0.75 0.62
HSL 10.68º 0.6% 0.24% -
HSV(B) 10.68º 0.75% 0.38% -
XYZ 5.76 3.93 1.32 -
YUV 53.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 97 37 24 0 0.62 0.75 0.62 10.68 0.6 0.24
Hex 61 25 18 0 3E 4B 3E B 3C 18
Octal 141 45 30 0 76 113 76 13 74 30
Binary 1100001 100101 11000 0 111110 1001011 111110 1011 111100 11000

Color Harmonies of #612518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612518

Black with #612518

Text Example


Text Example

White with #612518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612518; }

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

 H1.HeaderClassName
 {
   color: #612518;
 }
 .AnyTagClassName
 {
   color: #612518;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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