#716209

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

Shades of Yukon Gold #716209

Tints of Yukon Gold #716209

Color information

#716209 (or 0x716209) is unknown color: approx Yukon Gold. HEX triplet: 71, 62 and 09. RGB value is (113,98,9). Sum of RGB (Red+Green+Blue) = 113+98+9=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #716209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716209 is #8E9DF6. Grayscale: #5C5C5C. Windows color (decimal): -9346551 or 615025. OLE color: 615025.

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

Color convert

RGB113989-
CMYK00.130.920.56
HSL51.35º85.25%23.92%-
HSV(B)51.35º92.04%44.31%-
XYZ11.2312.272.03-
YUV92.3480.97142.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 9 (3.91% from 255) = 4.09%
R=51.36%
G=44.55%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11398900.130.920.5651.3585.2523.92
Hex716290D5C38335518
Octal16114211015134706312530
Binary111000111000101001011011011100111000110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716209; }

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

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

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

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

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

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

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

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