#716016

Color #716016 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #716016

Tints of Yukon Gold #716016

Color information

#716016 (or 0x716016) is unknown color: approx 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

RGB1139622-
CMYK00.150.810.56
HSL48.79º67.41%26.47%-
HSV(B)48.79º80.53%44.31%-
XYZ11.1411.932.48-
YUV92.6588.13142.52-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113962200.150.810.5648.7967.4126.47
Hex7160160F513831431a
Octal16114026017121706110332
Binary1110001110000010110011111010001111000110001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>