#716109

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

Shades of Yukon Gold #716109

Tints of Yukon Gold #716109

Color information

#716109 (or 0x716109) is unknown color: approx Yukon Gold. HEX triplet: 71, 61 and 09. RGB value is (113,97,9). Sum of RGB (Red+Green+Blue) = 113+97+9=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #716109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716109 is #8E9EF6. Grayscale: #5C5C5C. Windows color (decimal): -9346807 or 614769. OLE color: 614769.

HSL color Cylindrical-coordinate representation of color #716109: hue angle of 50.77º 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 #716109 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB113979-
CMYK00.140.920.56
HSL50.77º85.25%23.92%-
HSV(B)50.77º92.04%44.31%-
XYZ11.1312.082-
YUV91.7581.3143.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 9 (3.91% from 255) = 4.11%
R=51.60%
G=44.29%
B=4.11%

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
Decimal11397900.140.920.5650.7785.2523.92
Hex716190E5C38335518
Octal16114111016134706312530
Binary111000111000011001011101011100111000110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716109; }

 p { color: rgb(113,97,9); }

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

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

 a { background-color: rgb(113,97,9); }

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

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

 span { border-color: rgb(113,97,9); }

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