Html Css Color HEX #612816 Caput Mortuum

📋 copy color: '#612816'

red 97 ◦ green 40 ◦ blue 22

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

Shades of Caput Mortuum #612816

Tints of Caput Mortuum #612816

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.16%

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

R = 61.01%
G = 25.16%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#612816 (or 0x612816) is known color: Caput Mortuum. HEX triplet: 61, 28 and 16. RGB value is (97,40,22). Sum of RGB (Red+Green+Blue) = 97+40+22=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #612816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612816 is #9ED7E9. Grayscale: #373737. Windows color (decimal): -10409962 or 1452129. OLE color: 1452129.

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

Color convert

RGB 97 40 22 -
CMYK 0 0.59 0.77 0.62
HSL 14.4º 0.63% 0.23% -
HSV(B) 14.4º 0.77% 0.38% -
XYZ 5.83 4.12 1.25 -
YUV 54.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 97 40 22 0 0.59 0.77 0.62 14.4 0.63 0.23
Hex 61 28 16 0 3B 4D 3E E 3F 17
Octal 141 50 26 0 73 115 76 16 77 27
Binary 1100001 101000 10110 0 111011 1001101 111110 1110 111111 10111

Color Harmonies of #612816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612816

Black with #612816

Text Example


Text Example

White with #612816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612816; }

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

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

background-color css

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

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

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

border-color css

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

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

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