#705E14

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

Shades of Yukon Gold #705E14

Tints of Yukon Gold #705E14

Color information

#705E14 (or 0x705E14) is unknown color: approx Yukon Gold. HEX triplet: 70, 5E and 14. RGB value is (112,94,20). Sum of RGB (Red+Green+Blue) = 112+94+20=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #705E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E14 is #8FA1EB. Grayscale: #5B5B5B. Windows color (decimal): -9413100 or 1334896. OLE color: 1334896.

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

Color convert

RGB1129420-
CMYK00.160.820.56
HSL48.26º69.7%25.88%-
HSV(B)48.26º82.14%43.92%-
XYZ10.8111.52.31-
YUV90.9587.96143.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 94 (37.11% from 255) = 41.59%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=49.56%
G=41.59%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112942000.160.820.5648.2669.725.88
Hex705E14010523830461a
Octal16013624020122706010632
Binary11100001011110101000100001010010111000110000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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