Html Css Color HEX #716561 Russett

📋 copy color: '#716561'

red 113 ◦ green 101 ◦ blue 97

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

Shades of Russett #716561

Tints of Russett #716561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

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

R = 36.33%
G = 32.48%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#716561 (or 0x716561) is known color: Russett. HEX triplet: 71, 65 and 61. RGB value is (113,101,97). Sum of RGB (Red+Green+Blue) = 113+101+97=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #716561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716561 is #8E9A9E. Grayscale: #686868. Windows color (decimal): -9345695 or 6382961. OLE color: 6382961.

HSL color Cylindrical-coordinate representation of color #716561: hue angle of 15º 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 #716561 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 97 -
CMYK 0 0.11 0.14 0.56
HSL 15º 0.08% 0.41% -
HSV(B) 15º 0.14% 0.44% -
XYZ 13.62 13.68 13.23 -
YUV 104.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 113 101 97 0 0.11 0.14 0.56 15 0.08 0.41
Hex 71 65 61 0 B E 38 F 8 29
Octal 161 145 141 0 13 16 70 17 10 51
Binary 1110001 1100101 1100001 0 1011 1110 111000 1111 1000 101001

Color Harmonies of #716561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716561

Black with #716561

Text Example


Text Example

White with #716561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716561; }

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

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

background-color css

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

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

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

border-color css

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

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

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