#716306

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

Shades of Yukon Gold #716306

Tints of Yukon Gold #716306

Color information

#716306 (or 0x716306) is unknown color: approx Yukon Gold. HEX triplet: 71, 63 and 06. RGB value is (113,99,6). Sum of RGB (Red+Green+Blue) = 113+99+6=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #716306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716306 is #8E9CF9. Grayscale: #5C5C5C. Windows color (decimal): -9346298 or 418673. OLE color: 418673.

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

Color convert

RGB113996-
CMYK00.120.950.56
HSL52.15º89.92%23.33%-
HSV(B)52.15º94.69%44.31%-
XYZ11.312.451.98-
YUV92.5879.14142.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 6 (2.73% from 255) = 2.75%
R=51.83%
G=45.41%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11399600.120.950.5652.1589.9223.33
Hex716360C5F38345a17
Octal1611436014137706413227
Binary11100011100011110011001011111111000110100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716306; }

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

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

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

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

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

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

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

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