#705E17

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

Shades of Yukon Gold #705E17

Tints of Yukon Gold #705E17

Color information

#705E17 (or 0x705E17) is unknown color: approx Yukon Gold. HEX triplet: 70, 5E and 17. RGB value is (112,94,23). Sum of RGB (Red+Green+Blue) = 112+94+23=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #705E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E17 is #8FA1E8. Grayscale: #5B5B5B. Windows color (decimal): -9413097 or 1531504. OLE color: 1531504.

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

Color convert

RGB1129423-
CMYK00.160.790.56
HSL47.87º65.93%26.47%-
HSV(B)47.87º79.46%43.92%-
XYZ10.8411.512.46-
YUV91.2989.46142.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 94 (37.11% from 255) = 41.05%
BLUE value IS 23 (9.38% from 255) = 10.04%
R=48.91%
G=41.05%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112942300.160.790.5647.8765.9326.47
Hex705E170104F3830421a
Octal16013627020117706010232
Binary11100001011110101110100001001111111000110000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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