#766506

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

Shades of Yukon Gold #766506

Tints of Yukon Gold #766506

Color information

#766506 (or 0x766506) is unknown color: approx Yukon Gold. HEX triplet: 76, 65 and 06. RGB value is (118,101,6). Sum of RGB (Red+Green+Blue) = 118+101+6=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #766506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766506 is #899AF9. Grayscale: #5F5F5F. Windows color (decimal): -9018106 or 419190. OLE color: 419190.

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

Color convert

RGB1181016-
CMYK00.140.950.54
HSL50.89º90.32%24.31%-
HSV(B)50.89º94.92%46.27%-
XYZ12.1613.172.07-
YUV95.2577.63144.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 101 (39.84% from 255) = 44.89%
BLUE value IS 6 (2.73% from 255) = 2.67%
R=52.44%
G=44.89%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118101600.140.950.5450.8990.3224.31
Hex766560E5F36335a18
Octal1661456016137666313230
Binary11101101100101110011101011111110110110011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766506; }

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

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

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

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

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

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

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

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