#716206

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

Shades of Yukon Gold #716206

Tints of Yukon Gold #716206

Color information

#716206 (or 0x716206) is unknown color: approx Yukon Gold. HEX triplet: 71, 62 and 06. RGB value is (113,98,6). Sum of RGB (Red+Green+Blue) = 113+98+6=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #716206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716206 is #8E9DF9. Grayscale: #5C5C5C. Windows color (decimal): -9346554 or 418417. OLE color: 418417.

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

Color convert

RGB113986-
CMYK00.130.950.56
HSL51.59º89.92%23.33%-
HSV(B)51.59º94.69%44.31%-
XYZ11.2112.261.95-
YUV9279.47142.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.07%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 6 (2.73% from 255) = 2.76%
R=52.07%
G=45.16%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11398600.130.950.5651.5989.9223.33
Hex716260D5F38345a17
Octal1611426015137706413227
Binary11100011100010110011011011111111000110100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716206; }

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

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

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

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

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

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

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

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