Html Css Color HEX #612616 Caput Mortuum

📋 copy color: '#612616'

red 97 ◦ green 38 ◦ blue 22

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

Shades of Caput Mortuum #612616

Tints of Caput Mortuum #612616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.2%

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

R = 61.78%
G = 24.2%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#612616 (or 0x612616) is known color: Caput Mortuum. HEX triplet: 61, 26 and 16. RGB value is (97,38,22). Sum of RGB (Red+Green+Blue) = 97+38+22=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #612616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612616 is #9ED9E9. Grayscale: #353535. Windows color (decimal): -10410474 or 1451617. OLE color: 1451617.

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

Color convert

RGB 97 38 22 -
CMYK 0 0.61 0.77 0.62
HSL 12.8º 0.63% 0.23% -
HSV(B) 12.8º 0.77% 0.38% -
XYZ 5.77 3.99 1.22 -
YUV 53.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 97 38 22 0 0.61 0.77 0.62 12.8 0.63 0.23
Hex 61 26 16 0 3D 4D 3E D 3F 17
Octal 141 46 26 0 75 115 76 15 77 27
Binary 1100001 100110 10110 0 111101 1001101 111110 1101 111111 10111

Color Harmonies of #612616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612616

Black with #612616

Text Example


Text Example

White with #612616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612616; }

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

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

background-color css

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

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

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

border-color css

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

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

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