Html Css Color HEX #612318 Caput Mortuum

📋 copy color: '#612318'

red 97 ◦ green 35 ◦ blue 24

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

Shades of Caput Mortuum #612318

Tints of Caput Mortuum #612318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

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

R = 62.18%
G = 22.44%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#612318 (or 0x612318) is known color: Caput Mortuum. HEX triplet: 61, 23 and 18. RGB value is (97,35,24). Sum of RGB (Red+Green+Blue) = 97+35+24=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #612318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612318 is #9EDCE7. Grayscale: #343434. Windows color (decimal): -10411240 or 1581921. OLE color: 1581921.

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

Color convert

RGB 97 35 24 -
CMYK 0 0.64 0.75 0.62
HSL 9.04º 0.6% 0.24% -
HSV(B) 9.04º 0.75% 0.38% -
XYZ 5.7 3.81 1.3 -
YUV 52.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 97 35 24 0 0.64 0.75 0.62 9.04 0.6 0.24
Hex 61 23 18 0 40 4B 3E 9 3C 18
Octal 141 43 30 0 100 113 76 11 74 30
Binary 1100001 100011 11000 0 1000000 1001011 111110 1001 111100 11000

Color Harmonies of #612318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612318

Black with #612318

Text Example


Text Example

White with #612318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612318; }

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

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

background-color css

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

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

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

border-color css

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

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

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