#706106

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

Shades of Yukon Gold #706106

Tints of Yukon Gold #706106

Color information

#706106 (or 0x706106) is unknown color: approx Yukon Gold. HEX triplet: 70, 61 and 06. RGB value is (112,97,6). Sum of RGB (Red+Green+Blue) = 112+97+6=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #706106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706106 is #8F9EF9. Grayscale: #5B5B5B. Windows color (decimal): -9412346 or 418160. OLE color: 418160.

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

Color convert

RGB112976-
CMYK00.130.950.56
HSL51.51º89.83%23.14%-
HSV(B)51.51º94.64%43.92%-
XYZ10.9912.011.91-
YUV91.1179.97142.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 6 (2.73% from 255) = 2.79%
R=52.09%
G=45.12%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11297600.130.950.5651.5189.8323.14
Hex706160D5F38345a17
Octal1601416015137706413227
Binary11100001100001110011011011111111000110100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706106; }

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

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

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

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

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

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

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

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