#716015

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

Shades of Yukon Gold #716015

Tints of Yukon Gold #716015

Color information

#716015 (or 0x716015) is unknown color: approx Yukon Gold. HEX triplet: 71, 60 and 15. RGB value is (113,96,21). Sum of RGB (Red+Green+Blue) = 113+96+21=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #716015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716015 is #8E9FEA. Grayscale: #5C5C5C. Windows color (decimal): -9347051 or 1400945. OLE color: 1400945.

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

Color convert

RGB1139621-
CMYK00.150.810.56
HSL48.91º68.66%26.27%-
HSV(B)48.91º81.42%44.31%-
XYZ11.1311.932.43-
YUV92.5387.63142.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 21 (8.59% from 255) = 9.13%
R=49.13%
G=41.74%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113962100.150.810.5648.9168.6626.27
Hex7160150F513831451a
Octal16114025017121706110532
Binary1110001110000010101011111010001111000110001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716015; }

 p { color: rgb(113,96,21); }

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

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

 a { background-color: rgb(113,96,21); }

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

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

 span { border-color: rgb(113,96,21); }

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