Html Css Color HEX #716361 Dim Gray

📋 copy color: '#716361'

red 113 ◦ green 99 ◦ blue 97

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

Shades of Dim Gray #716361

Tints of Dim Gray #716361

RGB

 RED value IS 113 (44.53% from 255) = 36.57%

 GREEN value IS 99 (39.06% from 255) = 32.04%

 BLUE value IS 97 (38.28% from 255) = 31.39%

R = 36.57%
G = 32.04%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#716361 (or 0x716361) is known color: Dim Gray. HEX triplet: 71, 63 and 61. RGB value is (113,99,97). Sum of RGB (Red+Green+Blue) = 113+99+97=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #716361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716361 is #8E9C9E. Grayscale: #666666. Windows color (decimal): -9346207 or 6382449. OLE color: 6382449.

HSL color Cylindrical-coordinate representation of color #716361: hue angle of 7.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #716361 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 97 -
CMYK 0 0.12 0.14 0.56
HSL 7.5º 0.08% 0.41% -
HSV(B) 7.5º 0.14% 0.44% -
XYZ 13.43 13.3 13.17 -
YUV 102.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 113 99 97 0 0.12 0.14 0.56 7.5 0.08 0.41
Hex 71 63 61 0 C E 38 8 8 29
Octal 161 143 141 0 14 16 70 10 10 51
Binary 1110001 1100011 1100001 0 1100 1110 111000 1000 1000 101001

Color Harmonies of #716361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716361

Black with #716361

Text Example


Text Example

White with #716361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716361; }

 p { color: rgb(113,99,97); }

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

background-color css

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

 a { background-color: rgb(113,99,97); }

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

border-color css

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

 span { border-color: rgb(113,99,97); }

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