#715E11

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

Shades of Yukon Gold #715E11

Tints of Yukon Gold #715E11

Color information

#715E11 (or 0x715E11) is unknown color: approx Yukon Gold. HEX triplet: 71, 5E and 11. RGB value is (113,94,17). Sum of RGB (Red+Green+Blue) = 113+94+17=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #715E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715E11 is #8EA1EE. Grayscale: #5B5B5B. Windows color (decimal): -9347567 or 1138289. OLE color: 1138289.

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

Color convert

RGB1139417-
CMYK00.170.850.56
HSL48.12º73.85%25.49%-
HSV(B)48.12º84.96%44.31%-
XYZ10.9111.562.19-
YUV90.986.29143.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 94 (37.11% from 255) = 41.96%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=50.45%
G=41.96%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113941700.170.850.5648.1273.8525.49
Hex715E110115538304a19
Octal16113621021125706011231
Binary11100011011110100010100011010101111000110000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715E11; }

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

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

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

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

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

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

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

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