Html Css Color HEX #612515 Caput Mortuum

📋 copy color: '#612515'

red 97 ◦ green 37 ◦ blue 21

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

Shades of Caput Mortuum #612515

Tints of Caput Mortuum #612515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.55%

R = 62.58%
G = 23.87%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#612515 (or 0x612515) is known color: Caput Mortuum. HEX triplet: 61, 25 and 15. RGB value is (97,37,21). Sum of RGB (Red+Green+Blue) = 97+37+21=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #612515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612515 is #9EDAEA. Grayscale: #353535. Windows color (decimal): -10410731 or 1385825. OLE color: 1385825.

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

Color convert

RGB 97 37 21 -
CMYK 0 0.62 0.78 0.62
HSL 12.63º 0.64% 0.23% -
HSV(B) 12.63º 0.78% 0.38% -
XYZ 5.73 3.92 1.16 -
YUV 53.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 97 37 21 0 0.62 0.78 0.62 12.63 0.64 0.23
Hex 61 25 15 0 3E 4E 3E D 40 17
Octal 141 45 25 0 76 116 76 15 100 27
Binary 1100001 100101 10101 0 111110 1001110 111110 1101 1000000 10111

Color Harmonies of #612515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612515

Black with #612515

Text Example


Text Example

White with #612515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612515; }

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

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

background-color css

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

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

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

border-color css

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

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

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