#766009

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

Shades of Yukon Gold #766009

Tints of Yukon Gold #766009

Color information

#766009 (or 0x766009) is unknown color: approx Yukon Gold. HEX triplet: 76, 60 and 09. RGB value is (118,96,9). Sum of RGB (Red+Green+Blue) = 118+96+9=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #766009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766009 is #899FF6. Grayscale: #5D5D5D. Windows color (decimal): -9019383 or 614518. OLE color: 614518.

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

Color convert

RGB118969-
CMYK00.190.920.54
HSL47.89º85.83%24.9%-
HSV(B)47.89º92.37%46.27%-
XYZ11.712.242-
YUV92.6680.79146.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 9 (3.91% from 255) = 4.04%
R=52.91%
G=43.05%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11896900.190.920.5447.8985.8324.9
Hex766090135C36305619
Octal16614011023134666012631
Binary1110110110000010010100111011100110110110000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766009; }

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

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

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

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

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

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

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

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