#766206

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

Shades of Yukon Gold #766206

Tints of Yukon Gold #766206

Color information

#766206 (or 0x766206) is unknown color: approx Yukon Gold. HEX triplet: 76, 62 and 06. RGB value is (118,98,6). Sum of RGB (Red+Green+Blue) = 118+98+6=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #766206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766206 is #899DF9. Grayscale: #5D5D5D. Windows color (decimal): -9018874 or 418422. OLE color: 418422.

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

Color convert

RGB118986-
CMYK00.170.950.54
HSL49.29º90.32%24.31%-
HSV(B)49.29º94.92%46.27%-
XYZ11.8712.61.98-
YUV93.4978.63145.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=53.15%
G=44.14%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11898600.170.950.5449.2990.3224.31
Hex766260115F36315a18
Octal1661426021137666113230
Binary111011011000101100100011011111110110110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766206; }

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

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

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

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

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

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

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

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