Html Css Color HEX #612716 Caput Mortuum

📋 copy color: '#612716'

red 97 ◦ green 39 ◦ blue 22

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

Shades of Caput Mortuum #612716

Tints of Caput Mortuum #612716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.68%

 BLUE value IS 22 (8.98% from 255) = 13.92%

R = 61.39%
G = 24.68%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#612716 (or 0x612716) is known color: Caput Mortuum. HEX triplet: 61, 27 and 16. RGB value is (97,39,22). Sum of RGB (Red+Green+Blue) = 97+39+22=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #612716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612716 is #9ED8E9. Grayscale: #363636. Windows color (decimal): -10410218 or 1451873. OLE color: 1451873.

HSL color Cylindrical-coordinate representation of color #612716: hue angle of 13.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612716 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 22 -
CMYK 0 0.60 0.77 0.62
HSL 13.6º 0.63% 0.23% -
HSV(B) 13.6º 0.77% 0.38% -
XYZ 5.8 4.05 1.24 -
YUV 54.4 109.72 158.38 -
System Red Green Blue C M Y K H S L
Decimal 97 39 22 0 0.60 0.77 0.62 13.6 0.63 0.23
Hex 61 27 16 0 3C 4D 3E E 3F 17
Octal 141 47 26 0 74 115 76 16 77 27
Binary 1100001 100111 10110 0 111100 1001101 111110 1110 111111 10111

Color Harmonies of #612716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612716

Black with #612716

Text Example


Text Example

White with #612716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612716; }

 p { color: rgb(97,39,22); }

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

background-color css

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

 a { background-color: rgb(97,39,22); }

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

border-color css

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

 span { border-color: rgb(97,39,22); }

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