Html Css Color HEX #612517 Caput Mortuum

📋 copy color: '#612517'

red 97 ◦ green 37 ◦ blue 23

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

Shades of Caput Mortuum #612517

Tints of Caput Mortuum #612517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.65%

R = 61.78%
G = 23.57%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#612517 (or 0x612517) is known color: Caput Mortuum. HEX triplet: 61, 25 and 17. RGB value is (97,37,23). Sum of RGB (Red+Green+Blue) = 97+37+23=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #612517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612517 is #9EDAE8. Grayscale: #353535. Windows color (decimal): -10410729 or 1516897. OLE color: 1516897.

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

Color convert

RGB 97 37 23 -
CMYK 0 0.62 0.76 0.62
HSL 11.35º 0.62% 0.24% -
HSV(B) 11.35º 0.76% 0.38% -
XYZ 5.75 3.93 1.27 -
YUV 53.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 97 37 23 0 0.62 0.76 0.62 11.35 0.62 0.24
Hex 61 25 17 0 3E 4C 3E B 3E 18
Octal 141 45 27 0 76 114 76 13 76 30
Binary 1100001 100101 10111 0 111110 1001100 111110 1011 111110 11000

Color Harmonies of #612517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612517

Black with #612517

Text Example


Text Example

White with #612517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612517; }

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

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

background-color css

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

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

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

border-color css

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

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

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