#716512

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

Shades of Yukon Gold #716512

Tints of Yukon Gold #716512

Color information

#716512 (or 0x716512) is unknown color: approx Yukon Gold. HEX triplet: 71, 65 and 12. RGB value is (113,101,18). Sum of RGB (Red+Green+Blue) = 113+101+18=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #716512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716512 is #8E9AED. Grayscale: #5F5F5F. Windows color (decimal): -9345774 or 1205617. OLE color: 1205617.

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

Color convert

RGB11310118-
CMYK00.110.840.56
HSL52.42º72.52%25.69%-
HSV(B)52.42º84.07%44.31%-
XYZ11.5712.862.44-
YUV95.1384.48140.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=48.71%
G=43.53%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131011800.110.840.5652.4272.5225.69
Hex7165120B543834491a
Octal16114522013124706411132
Binary1110001110010110010010111010100111000110100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716512; }

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

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

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

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

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

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

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

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