#716312

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

Shades of Yukon Gold #716312

Tints of Yukon Gold #716312

Color information

#716312 (or 0x716312) is unknown color: approx Yukon Gold. HEX triplet: 71, 63 and 12. RGB value is (113,99,18). Sum of RGB (Red+Green+Blue) = 113+99+18=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #716312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716312 is #8E9CED. Grayscale: #5E5E5E. Windows color (decimal): -9346286 or 1205105. OLE color: 1205105.

HSL color Cylindrical-coordinate representation of color #716312: hue angle of 51.16º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #716312 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1139918-
CMYK00.120.840.56
HSL51.16º72.52%25.69%-
HSV(B)51.16º84.07%44.31%-
XYZ11.3812.482.38-
YUV93.9585.14141.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=49.13%
G=43.04%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113991800.120.840.5651.1672.5225.69
Hex7163120C543833491a
Octal16114322014124706311132
Binary1110001110001110010011001010100111000110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716312; }

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

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

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

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

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

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

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

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