Html Css Color HEX #612818 Caput Mortuum

📋 copy color: '#612818'

red 97 ◦ green 40 ◦ blue 24

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

Shades of Caput Mortuum #612818

Tints of Caput Mortuum #612818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.91%

R = 60.25%
G = 24.84%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#612818 (or 0x612818) is known color: Caput Mortuum. HEX triplet: 61, 28 and 18. RGB value is (97,40,24). Sum of RGB (Red+Green+Blue) = 97+40+24=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #612818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612818 is #9ED7E7. Grayscale: #373737. Windows color (decimal): -10409960 or 1583201. OLE color: 1583201.

HSL color Cylindrical-coordinate representation of color #612818: hue angle of 13.15º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612818 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 40 24 -
CMYK 0 0.59 0.75 0.62
HSL 13.15º 0.6% 0.24% -
HSV(B) 13.15º 0.75% 0.38% -
XYZ 5.85 4.12 1.35 -
YUV 55.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 97 40 24 0 0.59 0.75 0.62 13.15 0.6 0.24
Hex 61 28 18 0 3B 4B 3E D 3C 18
Octal 141 50 30 0 73 113 76 15 74 30
Binary 1100001 101000 11000 0 111011 1001011 111110 1101 111100 11000

Color Harmonies of #612818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612818

Black with #612818

Text Example


Text Example

White with #612818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612818; }

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

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

background-color css

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

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

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

border-color css

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

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

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