#706407

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

Shades of Yukon Gold #706407

Tints of Yukon Gold #706407

Color information

#706407 (or 0x706407) is unknown color: approx Yukon Gold. HEX triplet: 70, 64 and 07. RGB value is (112,100,7). Sum of RGB (Red+Green+Blue) = 112+100+7=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #706407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706407 is #8F9BF8. Grayscale: #5D5D5D. Windows color (decimal): -9411577 or 484464. OLE color: 484464.

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

Color convert

RGB1121007-
CMYK00.110.940.56
HSL53.14º88.24%23.33%-
HSV(B)53.14º93.75%43.92%-
XYZ11.2812.572.03-
YUV92.9979.48141.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 7 (3.12% from 255) = 3.20%
R=51.14%
G=45.66%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112100700.110.940.5653.1488.2423.33
Hex706470B5E38355817
Octal1601447013136706513027
Binary11100001100100111010111011110111000110101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706407; }

 p { color: rgb(112,100,7); }

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

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

 a { background-color: rgb(112,100,7); }

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

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

 span { border-color: rgb(112,100,7); }

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