#766514

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

Shades of Yukon Gold #766514

Tints of Yukon Gold #766514

Color information

#766514 (or 0x766514) is unknown color: approx Yukon Gold. HEX triplet: 76, 65 and 14. RGB value is (118,101,20). Sum of RGB (Red+Green+Blue) = 118+101+20=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #766514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766514 is #899AEB. Grayscale: #616161. Windows color (decimal): -9018092 or 1336694. OLE color: 1336694.

HSL color Cylindrical-coordinate representation of color #766514: hue angle of 49.59º 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 #766514 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB11810120-
CMYK00.140.830.54
HSL49.59º71.01%27.06%-
HSV(B)49.59º83.05%46.27%-
XYZ12.2513.212.57-
YUV96.8584.63143.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=49.37%
G=42.26%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181012000.140.830.5449.5971.0127.06
Hex7665140E533632471b
Octal16614524016123666210733
Binary1110110110010110100011101010011110110110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766514; }

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

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

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

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

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

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

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

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