#706014

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

Shades of Yukon Gold #706014

Tints of Yukon Gold #706014

Color information

#706014 (or 0x706014) is unknown color: approx Yukon Gold. HEX triplet: 70, 60 and 14. RGB value is (112,96,20). Sum of RGB (Red+Green+Blue) = 112+96+20=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #706014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706014 is #8F9FEB. Grayscale: #5C5C5C. Windows color (decimal): -9412588 or 1335408. OLE color: 1335408.

HSL color Cylindrical-coordinate representation of color #706014: hue angle of 49.57º 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 #706014 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1129620-
CMYK00.140.820.56
HSL49.57º69.7%25.88%-
HSV(B)49.57º82.14%43.92%-
XYZ10.9911.862.37-
YUV92.1287.3142.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 20 (8.20% from 255) = 8.77%
R=49.12%
G=42.11%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112962000.140.820.5649.5769.725.88
Hex7060140E523832461a
Octal16014024016122706210632
Binary1110000110000010100011101010010111000110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706014; }

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

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

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

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

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

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

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

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