Html Css Color HEX #612410 Caput Mortuum

📋 copy color: '#612410'

red 97 ◦ green 36 ◦ blue 16

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

Shades of Caput Mortuum #612410

Tints of Caput Mortuum #612410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.16%

 BLUE value IS 16 (6.64% from 255) = 10.74%

R = 65.1%
G = 24.16%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#612410 (or 0x612410) is known color: Caput Mortuum. HEX triplet: 61, 24 and 10. RGB value is (97,36,16). Sum of RGB (Red+Green+Blue) = 97+36+16=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #612410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612410 is #9EDBEF. Grayscale: #343434. Windows color (decimal): -10410992 or 1057889. OLE color: 1057889.

HSL color Cylindrical-coordinate representation of color #612410: hue angle of 14.81º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #612410 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 36 16 -
CMYK 0 0.63 0.84 0.62
HSL 14.81º 0.72% 0.22% -
HSV(B) 14.81º 0.84% 0.38% -
XYZ 5.65 3.84 0.93 -
YUV 51.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 97 36 16 0 0.63 0.84 0.62 14.81 0.72 0.22
Hex 61 24 10 0 3F 54 3E F 48 16
Octal 141 44 20 0 77 124 76 17 110 26
Binary 1100001 100100 10000 0 111111 1010100 111110 1111 1001000 10110

Color Harmonies of #612410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612410

Black with #612410

Text Example


Text Example

White with #612410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612410; }

 p { color: rgb(97,36,16); }

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

background-color css

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

 a { background-color: rgb(97,36,16); }

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

border-color css

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

 span { border-color: rgb(97,36,16); }

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