Html Css Color HEX #716111 Yukon Gold

📋 copy color: '#716111'

red 113 ◦ green 97 ◦ blue 17

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

Shades of Yukon Gold #716111

Tints of Yukon Gold #716111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.73%

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 49.78%
G = 42.73%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#716111 (or 0x716111) is known color: Yukon Gold. HEX triplet: 71, 61 and 11. RGB value is (113,97,17). Sum of RGB (Red+Green+Blue) = 113+97+17=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #716111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716111 is #8E9EEE. Grayscale: #5D5D5D. Windows color (decimal): -9346799 or 1139057. OLE color: 1139057.

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

Color convert

RGB 113 97 17 -
CMYK 0 0.14 0.85 0.56
HSL 50º 0.74% 0.25% -
HSV(B) 50º 0.85% 0.44% -
XYZ 11.19 12.1 2.28 -
YUV 92.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 113 97 17 0 0.14 0.85 0.56 50 0.74 0.25
Hex 71 61 11 0 E 55 38 32 4A 19
Octal 161 141 21 0 16 125 70 62 112 31
Binary 1110001 1100001 10001 0 1110 1010101 111000 110010 1001010 11001

Color Harmonies of #716111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716111

Black with #716111

Text Example


Text Example

White with #716111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716111; }

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

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

background-color css

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

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

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

border-color css

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

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

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