Html Css Color HEX #716016 Yukon Gold

📋 copy color: '#716016'

red 113 ◦ green 96 ◦ blue 22

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

Shades of Yukon Gold #716016

Tints of Yukon Gold #716016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 48.92%
G = 41.56%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#716016 (or 0x716016) is known color: Yukon Gold. HEX triplet: 71, 60 and 16. RGB value is (113,96,22). Sum of RGB (Red+Green+Blue) = 113+96+22=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #716016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716016 is #8E9FE9. Grayscale: #5C5C5C. Windows color (decimal): -9347050 or 1466481. OLE color: 1466481.

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

Color convert

RGB 113 96 22 -
CMYK 0 0.15 0.81 0.56
HSL 48.79º 0.67% 0.26% -
HSV(B) 48.79º 0.81% 0.44% -
XYZ 11.14 11.93 2.48 -
YUV 92.65 88.13 142.52 -
System Red Green Blue C M Y K H S L
Decimal 113 96 22 0 0.15 0.81 0.56 48.79 0.67 0.26
Hex 71 60 16 0 F 51 38 31 43 1A
Octal 161 140 26 0 17 121 70 61 103 32
Binary 1110001 1100000 10110 0 1111 1010001 111000 110001 1000011 11010

Color Harmonies of #716016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716016

Black with #716016

Text Example


Text Example

White with #716016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716016; }

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

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

background-color css

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

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

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

border-color css

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

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

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