Html Css Color HEX #612317 Caput Mortuum

📋 copy color: '#612317'

red 97 ◦ green 35 ◦ blue 23

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

Shades of Caput Mortuum #612317

Tints of Caput Mortuum #612317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.58%

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

R = 62.58%
G = 22.58%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#612317 (or 0x612317) is known color: Caput Mortuum. HEX triplet: 61, 23 and 17. RGB value is (97,35,23). Sum of RGB (Red+Green+Blue) = 97+35+23=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #612317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612317 is #9EDCE8. Grayscale: #343434. Windows color (decimal): -10411241 or 1516385. OLE color: 1516385.

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

Color convert

RGB 97 35 23 -
CMYK 0 0.64 0.76 0.62
HSL 9.73º 0.62% 0.24% -
HSV(B) 9.73º 0.76% 0.38% -
XYZ 5.69 3.81 1.25 -
YUV 52.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 97 35 23 0 0.64 0.76 0.62 9.73 0.62 0.24
Hex 61 23 17 0 40 4C 3E A 3E 18
Octal 141 43 27 0 100 114 76 12 76 30
Binary 1100001 100011 10111 0 1000000 1001100 111110 1010 111110 11000

Color Harmonies of #612317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612317

Black with #612317

Text Example


Text Example

White with #612317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612317; }

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

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

background-color css

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

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

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

border-color css

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

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

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