#766205

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

Shades of Yukon Gold #766205

Tints of Yukon Gold #766205

Color information

#766205 (or 0x766205) is unknown color: approx Yukon Gold. HEX triplet: 76, 62 and 05. RGB value is (118,98,5). Sum of RGB (Red+Green+Blue) = 118+98+5=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #766205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766205 is #899DFA. Grayscale: #5D5D5D. Windows color (decimal): -9018875 or 352886. OLE color: 352886.

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

Color convert

RGB118985-
CMYK00.170.960.54
HSL49.38º91.87%24.12%-
HSV(B)49.38º95.76%46.27%-
XYZ11.8712.61.95-
YUV93.3878.13145.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 5 (2.34% from 255) = 2.26%
R=53.39%
G=44.34%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11898500.170.960.5449.3891.8724.12
Hex766250116036315c18
Octal1661425021140666113430
Binary111011011000101010100011100000110110110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766205; }

 p { color: rgb(118,98,5); }

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

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

 a { background-color: rgb(118,98,5); }

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

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

 span { border-color: rgb(118,98,5); }

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