#766104

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

Shades of Yukon Gold #766104

Tints of Yukon Gold #766104

Color information

#766104 (or 0x766104) is unknown color: approx Yukon Gold. HEX triplet: 76, 61 and 04. RGB value is (118,97,4). Sum of RGB (Red+Green+Blue) = 118+97+4=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #766104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766104 is #899EFB. Grayscale: #5D5D5D. Windows color (decimal): -9019132 or 287094. OLE color: 287094.

HSL color Cylindrical-coordinate representation of color #766104: hue angle of 48.95º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #766104 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118974-
CMYK00.180.970.54
HSL48.95º93.44%23.92%-
HSV(B)48.95º96.61%46.27%-
XYZ11.7712.411.89-
YUV92.6877.96146.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=53.88%
G=44.29%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11897400.180.970.5448.9593.4423.92
Hex766140126136315d18
Octal1661414022141666113530
Binary111011011000011000100101100001110110110001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766104; }

 p { color: rgb(118,97,4); }

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

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

 a { background-color: rgb(118,97,4); }

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

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

 span { border-color: rgb(118,97,4); }

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