#715E10

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

Shades of Yukon Gold #715E10

Tints of Yukon Gold #715E10

Color information

#715E10 (or 0x715E10) is unknown color: approx Yukon Gold. HEX triplet: 71, 5E and 10. RGB value is (113,94,16). Sum of RGB (Red+Green+Blue) = 113+94+16=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #715E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715E10 is #8EA1EF. Grayscale: #5B5B5B. Windows color (decimal): -9347568 or 1072753. OLE color: 1072753.

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

Color convert

RGB1139416-
CMYK00.170.860.56
HSL48.25º75.19%25.29%-
HSV(B)48.25º85.84%44.31%-
XYZ10.9111.552.15-
YUV90.7985.79143.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 94 (37.11% from 255) = 42.15%
BLUE value IS 16 (6.64% from 255) = 7.17%
R=50.67%
G=42.15%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113941600.170.860.5648.2575.1925.29
Hex715E100115638304b19
Octal16113620021126706011331
Binary11100011011110100000100011010110111000110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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