#716310

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

Shades of Yukon Gold #716310

Tints of Yukon Gold #716310

Color information

#716310 (or 0x716310) is unknown color: approx Yukon Gold. HEX triplet: 71, 63 and 10. RGB value is (113,99,16). Sum of RGB (Red+Green+Blue) = 113+99+16=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #716310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716310 is #8E9CEF. Grayscale: #5E5E5E. Windows color (decimal): -9346288 or 1074033. OLE color: 1074033.

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

Color convert

RGB1139916-
CMYK00.120.860.56
HSL51.34º75.19%25.29%-
HSV(B)51.34º85.84%44.31%-
XYZ11.3712.472.3-
YUV93.7284.14141.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 16 (6.64% from 255) = 7.02%
R=49.56%
G=43.42%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113991600.120.860.5651.3475.1925.29
Hex7163100C5638334b19
Octal16114320014126706311331
Binary1110001110001110000011001010110111000110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716310; }

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

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

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

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

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

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

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

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