#706110

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

Shades of Yukon Gold #706110

Tints of Yukon Gold #706110

Color information

#706110 (or 0x706110) is unknown color: approx Yukon Gold. HEX triplet: 70, 61 and 10. RGB value is (112,97,16). Sum of RGB (Red+Green+Blue) = 112+97+16=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #706110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706110 is #8F9EEF. Grayscale: #5C5C5C. Windows color (decimal): -9412336 or 1073520. OLE color: 1073520.

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

Color convert

RGB1129716-
CMYK00.130.860.56
HSL50.62º75%25.1%-
HSV(B)50.62º85.71%43.92%-
XYZ11.0512.032.23-
YUV92.2584.97142.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 16 (6.64% from 255) = 7.11%
R=49.78%
G=43.11%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112971600.130.860.5650.627525.1
Hex7061100D5638334b19
Octal16014120015126706311331
Binary1110000110000110000011011010110111000110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706110; }

 p { color: rgb(112,97,16); }

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

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

 a { background-color: rgb(112,97,16); }

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

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

 span { border-color: rgb(112,97,16); }

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