Html Css Color HEX #612618 Caput Mortuum

📋 copy color: '#612618'

red 97 ◦ green 38 ◦ blue 24

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

Shades of Caput Mortuum #612618

Tints of Caput Mortuum #612618

RGB

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

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

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

R = 61.01%
G = 23.9%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#612618 (or 0x612618) is known color: Caput Mortuum. HEX triplet: 61, 26 and 18. RGB value is (97,38,24). Sum of RGB (Red+Green+Blue) = 97+38+24=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #612618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612618 is #9ED9E7. Grayscale: #363636. Windows color (decimal): -10410472 or 1582689. OLE color: 1582689.

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

Color convert

RGB 97 38 24 -
CMYK 0 0.61 0.75 0.62
HSL 11.51º 0.6% 0.24% -
HSV(B) 11.51º 0.75% 0.38% -
XYZ 5.79 3.99 1.33 -
YUV 54.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 97 38 24 0 0.61 0.75 0.62 11.51 0.6 0.24
Hex 61 26 18 0 3D 4B 3E C 3C 18
Octal 141 46 30 0 75 113 76 14 74 30
Binary 1100001 100110 11000 0 111101 1001011 111110 1100 111100 11000

Color Harmonies of #612618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612618

Black with #612618

Text Example


Text Example

White with #612618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612618; }

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

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

background-color css

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

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

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

border-color css

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

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

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