Html Css Color HEX #716117 Yukon Gold

📋 copy color: '#716117'

red 113 ◦ green 97 ◦ blue 23

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

Shades of Yukon Gold #716117

Tints of Yukon Gold #716117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 48.5%
G = 41.63%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#716117 (or 0x716117) is known color: Yukon Gold. HEX triplet: 71, 61 and 17. RGB value is (113,97,23). Sum of RGB (Red+Green+Blue) = 113+97+23=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #716117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716117 is #8E9EE8. Grayscale: #5D5D5D. Windows color (decimal): -9346793 or 1532273. OLE color: 1532273.

HSL color Cylindrical-coordinate representation of color #716117: hue angle of 49.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #716117 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 23 -
CMYK 0 0.14 0.80 0.56
HSL 49.33º 0.66% 0.27% -
HSV(B) 49.33º 0.8% 0.44% -
XYZ 11.24 12.12 2.56 -
YUV 93.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 113 97 23 0 0.14 0.80 0.56 49.33 0.66 0.27
Hex 71 61 17 0 E 50 38 31 42 1B
Octal 161 141 27 0 16 120 70 61 102 33
Binary 1110001 1100001 10111 0 1110 1010000 111000 110001 1000010 11011

Color Harmonies of #716117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716117

Black with #716117

Text Example


Text Example

White with #716117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716117; }

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

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

background-color css

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

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

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

border-color css

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

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

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