#705E16

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

Shades of Yukon Gold #705E16

Tints of Yukon Gold #705E16

Color information

#705E16 (or 0x705E16) is unknown color: approx Yukon Gold. HEX triplet: 70, 5E and 16. RGB value is (112,94,22). Sum of RGB (Red+Green+Blue) = 112+94+22=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #705E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E16 is #8FA1E9. Grayscale: #5B5B5B. Windows color (decimal): -9413098 or 1465968. OLE color: 1465968.

HSL color Cylindrical-coordinate representation of color #705E16: hue angle of 48º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #705E16 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1129422-
CMYK00.160.800.56
HSL48º67.16%26.27%-
HSV(B)48º80.36%43.92%-
XYZ10.8311.512.41-
YUV91.1788.96142.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=49.12%
G=41.23%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112942200.160.800.564867.1626.27
Hex705E16010503830431a
Octal16013626020120706010332
Binary11100001011110101100100001010000111000110000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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