#716207

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

Shades of Yukon Gold #716207

Tints of Yukon Gold #716207

Color information

#716207 (or 0x716207) is unknown color: approx Yukon Gold. HEX triplet: 71, 62 and 07. RGB value is (113,98,7). Sum of RGB (Red+Green+Blue) = 113+98+7=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #716207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716207 is #8E9DF8. Grayscale: #5C5C5C. Windows color (decimal): -9346553 or 483953. OLE color: 483953.

HSL color Cylindrical-coordinate representation of color #716207: hue angle of 51.51º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #716207 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB113987-
CMYK00.130.940.56
HSL51.51º88.33%23.53%-
HSV(B)51.51º93.81%44.31%-
XYZ11.2212.261.98-
YUV92.1179.97142.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 7 (3.12% from 255) = 3.21%
R=51.83%
G=44.95%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11398700.130.940.5651.5188.3323.53
Hex716270D5E38345818
Octal1611427015136706413030
Binary11100011100010111011011011110111000110100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716207; }

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

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

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

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

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

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

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

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