Html Css Color HEX #612617 Caput Mortuum

📋 copy color: '#612617'

red 97 ◦ green 38 ◦ blue 23

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

Shades of Caput Mortuum #612617

Tints of Caput Mortuum #612617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.56%

R = 61.39%
G = 24.05%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#612617 (or 0x612617) is known color: Caput Mortuum. HEX triplet: 61, 26 and 17. RGB value is (97,38,23). Sum of RGB (Red+Green+Blue) = 97+38+23=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #612617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612617 is #9ED9E8. Grayscale: #363636. Windows color (decimal): -10410473 or 1517153. OLE color: 1517153.

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

Color convert

RGB 97 38 23 -
CMYK 0 0.61 0.76 0.62
HSL 12.16º 0.62% 0.24% -
HSV(B) 12.16º 0.76% 0.38% -
XYZ 5.78 3.99 1.28 -
YUV 53.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 97 38 23 0 0.61 0.76 0.62 12.16 0.62 0.24
Hex 61 26 17 0 3D 4C 3E C 3E 18
Octal 141 46 27 0 75 114 76 14 76 30
Binary 1100001 100110 10111 0 111101 1001100 111110 1100 111110 11000

Color Harmonies of #612617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612617

Black with #612617

Text Example


Text Example

White with #612617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612617; }

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

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

background-color css

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

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

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

border-color css

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

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

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