#706009

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

Shades of Yukon Gold #706009

Tints of Yukon Gold #706009

Color information

#706009 (or 0x706009) is unknown color: approx Yukon Gold. HEX triplet: 70, 60 and 09. RGB value is (112,96,9). Sum of RGB (Red+Green+Blue) = 112+96+9=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #706009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706009 is #8F9FF6. Grayscale: #5B5B5B. Windows color (decimal): -9412599 or 614512. OLE color: 614512.

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

Color convert

RGB112969-
CMYK00.140.920.56
HSL50.68º85.12%23.73%-
HSV(B)50.68º91.96%43.92%-
XYZ10.9111.831.97-
YUV90.8781.8143.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 9 (3.91% from 255) = 4.15%
R=51.61%
G=44.24%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11296900.140.920.5650.6885.1223.73
Hex706090E5C38335518
Octal16014011016134706312530
Binary111000011000001001011101011100111000110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706009; }

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

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

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

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

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

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

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

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