Html Css Color HEX #716560 Russett

📋 copy color: '#716560'

red 113 ◦ green 101 ◦ blue 96

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

Shades of Russett #716560

Tints of Russett #716560

RGB

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

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

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

R = 36.45%
G = 32.58%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#716560 (or 0x716560) is known color: Russett. HEX triplet: 71, 65 and 60. RGB value is (113,101,96). Sum of RGB (Red+Green+Blue) = 113+101+96=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #716560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716560 is #8E9A9F. Grayscale: #686868. Windows color (decimal): -9345696 or 6317425. OLE color: 6317425.

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

Color convert

RGB 113 101 96 -
CMYK 0 0.11 0.15 0.56
HSL 17.65º 0.08% 0.41% -
HSV(B) 17.65º 0.15% 0.44% -
XYZ 13.58 13.66 12.99 -
YUV 104.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 113 101 96 0 0.11 0.15 0.56 17.65 0.08 0.41
Hex 71 65 60 0 B F 38 12 8 29
Octal 161 145 140 0 13 17 70 22 10 51
Binary 1110001 1100101 1100000 0 1011 1111 111000 10010 1000 101001

Color Harmonies of #716560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716560

Black with #716560

Text Example


Text Example

White with #716560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716560; }

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

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

background-color css

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

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

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

border-color css

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

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

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