#766014

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

Shades of Yukon Gold #766014

Tints of Yukon Gold #766014

Color information

#766014 (or 0x766014) is unknown color: approx Yukon Gold. HEX triplet: 76, 60 and 14. RGB value is (118,96,20). Sum of RGB (Red+Green+Blue) = 118+96+20=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #766014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766014 is #899FEB. Grayscale: #5E5E5E. Windows color (decimal): -9019372 or 1335414. OLE color: 1335414.

HSL color Cylindrical-coordinate representation of color #766014: hue angle of 46.53º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #766014 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1189620-
CMYK00.190.830.54
HSL46.53º71.01%27.06%-
HSV(B)46.53º83.05%46.27%-
XYZ11.7812.272.41-
YUV93.9186.29145.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=50.43%
G=41.03%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118962000.190.830.5446.5371.0127.06
Hex76601401353362f471b
Octal16614024023123665710733
Binary11101101100000101000100111010011110110101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766014; }

 p { color: rgb(118,96,20); }

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

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

 a { background-color: rgb(118,96,20); }

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

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

 span { border-color: rgb(118,96,20); }

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