#705F0E

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

Shades of Yukon Gold #705F0E

Tints of Yukon Gold #705F0E

Color information

#705F0E (or 0x705F0E) is unknown color: approx Yukon Gold. HEX triplet: 70, 5F and 0E. RGB value is (112,95,14). Sum of RGB (Red+Green+Blue) = 112+95+14=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #705F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F0E is #8FA0F1. Grayscale: #5B5B5B. Windows color (decimal): -9412850 or 941936. OLE color: 941936.

HSL color Cylindrical-coordinate representation of color #705F0E: hue angle of 49.59º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #705F0E is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1129514-
CMYK00.150.880.56
HSL49.59º77.78%24.71%-
HSV(B)49.59º87.5%43.92%-
XYZ10.8511.662.09-
YUV90.8584.63143.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 95 (37.5% from 255) = 42.99%
BLUE value IS 14 (5.86% from 255) = 6.33%
R=50.68%
G=42.99%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112951400.150.880.5649.5977.7824.71
Hex705FE0F5838324e19
Octal16013716017130706211631
Binary111000010111111110011111011000111000110010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,95,14); }

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

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

 a { background-color: rgb(112,95,14); }

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

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

 span { border-color: rgb(112,95,14); }

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