Html Css Color HEX #716460 Russett

📋 copy color: '#716460'

red 113 ◦ green 100 ◦ blue 96

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

Shades of Russett #716460

Tints of Russett #716460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

 BLUE value IS 96 (37.89% from 255) = 31.07%

R = 36.57%
G = 32.36%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#716460 (or 0x716460) is known color: Russett. HEX triplet: 71, 64 and 60. RGB value is (113,100,96). Sum of RGB (Red+Green+Blue) = 113+100+96=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #716460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716460 is #8E9B9F. Grayscale: #676767. Windows color (decimal): -9345952 or 6317169. OLE color: 6317169.

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

Color convert

RGB 113 100 96 -
CMYK 0 0.12 0.15 0.56
HSL 14.12º 0.08% 0.41% -
HSV(B) 14.12º 0.15% 0.44% -
XYZ 13.48 13.47 12.96 -
YUV 103.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 113 100 96 0 0.12 0.15 0.56 14.12 0.08 0.41
Hex 71 64 60 0 C F 38 E 8 29
Octal 161 144 140 0 14 17 70 16 10 51
Binary 1110001 1100100 1100000 0 1100 1111 111000 1110 1000 101001

Color Harmonies of #716460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716460

Black with #716460

Text Example


Text Example

White with #716460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716460; }

 p { color: rgb(113,100,96); }

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

background-color css

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

 a { background-color: rgb(113,100,96); }

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

border-color css

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

 span { border-color: rgb(113,100,96); }

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