#716217

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

Shades of Yukon Gold #716217

Tints of Yukon Gold #716217

Color information

#716217 (or 0x716217) is unknown color: approx Yukon Gold. HEX triplet: 71, 62 and 17. RGB value is (113,98,23). Sum of RGB (Red+Green+Blue) = 113+98+23=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #716217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716217 is #8E9DE8. Grayscale: #5E5E5E. Windows color (decimal): -9346537 or 1532529. OLE color: 1532529.

HSL color Cylindrical-coordinate representation of color #716217: hue angle of 50º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #716217 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1139823-
CMYK00.130.800.56
HSL50º66.18%26.67%-
HSV(B)50º79.65%44.31%-
XYZ11.3312.312.59-
YUV93.9387.97141.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 23 (9.38% from 255) = 9.83%
R=48.29%
G=41.88%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113982300.130.800.565066.1826.67
Hex7162170D503832421b
Octal16114227015120706210233
Binary1110001110001010111011011010000111000110010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716217; }

 p { color: rgb(113,98,23); }

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

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

 a { background-color: rgb(113,98,23); }

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

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

 span { border-color: rgb(113,98,23); }

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