Html Css Color HEX #716C6A Russett

📋 copy color: '#716C6A'

red 113 ◦ green 108 ◦ blue 106

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

Shades of Russett #716C6A

Tints of Russett #716C6A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.03%

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 34.56%
G = 33.03%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#716C6A (or 0x716C6A) is known color: Russett. HEX triplet: 71, 6C and 6A. RGB value is (113,108,106). Sum of RGB (Red+Green+Blue) = 113+108+106=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 113 - color contains mainly: red. Hex color #716C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C6A is #8E9395. Grayscale: #6D6D6D. Windows color (decimal): -9343894 or 6974577. OLE color: 6974577.

HSL color Cylindrical-coordinate representation of color #716C6A: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #716C6A is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 108 106 -
CMYK 0 0.04 0.06 0.56
HSL 17.14º 0.03% 0.43% -
HSV(B) 17.14º 0.06% 0.44% -
XYZ 14.77 15.28 15.81 -
YUV 109.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 113 108 106 0 0.04 0.06 0.56 17.14 0.03 0.43
Hex 71 6C 6A 0 4 6 38 11 3 2B
Octal 161 154 152 0 4 6 70 21 3 53
Binary 1110001 1101100 1101010 0 100 110 111000 10001 11 101011

Color Harmonies of #716C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C6A

Black with #716C6A

Text Example


Text Example

White with #716C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716C6A; }

 p { color: rgb(113,108,106); }

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

background-color css

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

 a { background-color: rgb(113,108,106); }

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

border-color css

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

 span { border-color: rgb(113,108,106); }

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