Html Css Color HEX #716010 Yukon Gold

📋 copy color: '#716010'

red 113 ◦ green 96 ◦ blue 16

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

Shades of Yukon Gold #716010

Tints of Yukon Gold #716010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

 BLUE value IS 16 (6.64% from 255) = 7.11%

R = 50.22%
G = 42.67%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#716010 (or 0x716010) is known color: Yukon Gold. HEX triplet: 71, 60 and 10. RGB value is (113,96,16). Sum of RGB (Red+Green+Blue) = 113+96+16=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #716010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716010 is #8E9FEF. Grayscale: #5C5C5C. Windows color (decimal): -9347056 or 1073265. OLE color: 1073265.

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

Color convert

RGB 113 96 16 -
CMYK 0 0.15 0.86 0.56
HSL 49.48º 0.75% 0.25% -
HSV(B) 49.48º 0.86% 0.44% -
XYZ 11.09 11.91 2.21 -
YUV 91.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 113 96 16 0 0.15 0.86 0.56 49.48 0.75 0.25
Hex 71 60 10 0 F 56 38 31 4B 19
Octal 161 140 20 0 17 126 70 61 113 31
Binary 1110001 1100000 10000 0 1111 1010110 111000 110001 1001011 11001

Color Harmonies of #716010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716010

Black with #716010

Text Example


Text Example

White with #716010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716010; }

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

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

background-color css

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

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

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

border-color css

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

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

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