#716511

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

Shades of Yukon Gold #716511

Tints of Yukon Gold #716511

Color information

#716511 (or 0x716511) is unknown color: approx Yukon Gold. HEX triplet: 71, 65 and 11. RGB value is (113,101,17). Sum of RGB (Red+Green+Blue) = 113+101+17=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #716511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716511 is #8E9AEE. Grayscale: #5F5F5F. Windows color (decimal): -9345775 or 1140081. OLE color: 1140081.

HSL color Cylindrical-coordinate representation of color #716511: hue angle of 52.5º 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 #716511 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB11310117-
CMYK00.110.850.56
HSL52.5º73.85%25.49%-
HSV(B)52.5º84.96%44.31%-
XYZ11.5612.862.4-
YUV95.0183.98140.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=48.92%
G=43.72%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131011700.110.850.5652.573.8525.49
Hex7165110B5538344a19
Octal16114521013125706411231
Binary1110001110010110001010111010101111000110100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716511; }

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

 H1.HeaderClassName
 {
   color: #716511;
 }
 .AnyTagClassName
 {
   color: #716511;
 }
</style>
background-color css

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

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

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

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

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

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