#705E11

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

Shades of Yukon Gold #705E11

Tints of Yukon Gold #705E11

Color information

#705E11 (or 0x705E11) is unknown color: approx Yukon Gold. HEX triplet: 70, 5E and 11. RGB value is (112,94,17). Sum of RGB (Red+Green+Blue) = 112+94+17=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #705E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E11 is #8FA1EE. Grayscale: #5A5A5A. Windows color (decimal): -9413103 or 1138288. OLE color: 1138288.

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

Color convert

RGB1129417-
CMYK00.160.850.56
HSL48.63º73.64%25.29%-
HSV(B)48.63º84.82%43.92%-
XYZ10.7911.492.18-
YUV90.686.46143.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 94 (37.11% from 255) = 42.15%
BLUE value IS 17 (7.03% from 255) = 7.62%
R=50.22%
G=42.15%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112941700.160.850.5648.6373.6425.29
Hex705E110105538314a19
Octal16013621020125706111231
Binary11100001011110100010100001010101111000110001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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