#716309

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

Shades of Yukon Gold #716309

Tints of Yukon Gold #716309

Color information

#716309 (or 0x716309) is unknown color: approx Yukon Gold. HEX triplet: 71, 63 and 09. RGB value is (113,99,9). Sum of RGB (Red+Green+Blue) = 113+99+9=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #716309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716309 is #8E9CF6. Grayscale: #5D5D5D. Windows color (decimal): -9346295 or 615281. OLE color: 615281.

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

Color convert

RGB113999-
CMYK00.120.920.56
HSL51.92º85.25%23.92%-
HSV(B)51.92º92.04%44.31%-
XYZ11.3212.452.07-
YUV92.9380.64142.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 9 (3.91% from 255) = 4.07%
R=51.13%
G=44.80%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11399900.120.920.5651.9285.2523.92
Hex716390C5C38345518
Octal16114311014134706412530
Binary111000111000111001011001011100111000110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716309; }

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

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

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

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

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

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

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

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