Html Css Color HEX #612715 Caput Mortuum

📋 copy color: '#612715'

red 97 ◦ green 39 ◦ blue 21

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

Shades of Caput Mortuum #612715

Tints of Caput Mortuum #612715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.84%

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

R = 61.78%
G = 24.84%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#612715 (or 0x612715) is known color: Caput Mortuum. HEX triplet: 61, 27 and 15. RGB value is (97,39,21). Sum of RGB (Red+Green+Blue) = 97+39+21=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #612715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612715 is #9ED8EA. Grayscale: #363636. Windows color (decimal): -10410219 or 1386337. OLE color: 1386337.

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

Color convert

RGB 97 39 21 -
CMYK 0 0.60 0.78 0.62
HSL 14.21º 0.64% 0.23% -
HSV(B) 14.21º 0.78% 0.38% -
XYZ 5.79 4.05 1.19 -
YUV 54.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 97 39 21 0 0.60 0.78 0.62 14.21 0.64 0.23
Hex 61 27 15 0 3C 4E 3E E 40 17
Octal 141 47 25 0 74 116 76 16 100 27
Binary 1100001 100111 10101 0 111100 1001110 111110 1110 1000000 10111

Color Harmonies of #612715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612715

Black with #612715

Text Example


Text Example

White with #612715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612715; }

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

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

background-color css

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

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

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

border-color css

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

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

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