Html Css Color HEX #612615 Caput Mortuum

📋 copy color: '#612615'

red 97 ◦ green 38 ◦ blue 21

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

Shades of Caput Mortuum #612615

Tints of Caput Mortuum #612615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.46%

R = 62.18%
G = 24.36%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#612615 (or 0x612615) is known color: Caput Mortuum. HEX triplet: 61, 26 and 15. RGB value is (97,38,21). Sum of RGB (Red+Green+Blue) = 97+38+21=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #612615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612615 is #9ED9EA. Grayscale: #353535. Windows color (decimal): -10410475 or 1386081. OLE color: 1386081.

HSL color Cylindrical-coordinate representation of color #612615: hue angle of 13.42º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612615 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 21 -
CMYK 0 0.61 0.78 0.62
HSL 13.42º 0.64% 0.23% -
HSV(B) 13.42º 0.78% 0.38% -
XYZ 5.76 3.98 1.17 -
YUV 53.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 97 38 21 0 0.61 0.78 0.62 13.42 0.64 0.23
Hex 61 26 15 0 3D 4E 3E D 40 17
Octal 141 46 25 0 75 116 76 15 100 27
Binary 1100001 100110 10101 0 111101 1001110 111110 1101 1000000 10111

Color Harmonies of #612615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612615

Black with #612615

Text Example


Text Example

White with #612615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612615; }

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

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

background-color css

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

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

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

border-color css

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

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

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