#706011

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

Shades of Yukon Gold #706011

Tints of Yukon Gold #706011

Color information

#706011 (or 0x706011) is unknown color: approx Yukon Gold. HEX triplet: 70, 60 and 11. RGB value is (112,96,17). Sum of RGB (Red+Green+Blue) = 112+96+17=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #706011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706011 is #8F9FEE. Grayscale: #5C5C5C. Windows color (decimal): -9412591 or 1138800. OLE color: 1138800.

HSL color Cylindrical-coordinate representation of color #706011: hue angle of 49.89º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #706011 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1129617-
CMYK00.140.850.56
HSL49.89º73.64%25.29%-
HSV(B)49.89º84.82%43.92%-
XYZ10.9711.852.24-
YUV91.7885.8142.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 17 (7.03% from 255) = 7.56%
R=49.78%
G=42.67%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112961700.140.850.5649.8973.6425.29
Hex7060110E5538324a19
Octal16014021016125706211231
Binary1110000110000010001011101010101111000110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706011; }

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

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

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

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

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

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

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

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