#766211

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

Shades of Yukon Gold #766211

Tints of Yukon Gold #766211

Color information

#766211 (or 0x766211) is unknown color: approx Yukon Gold. HEX triplet: 76, 62 and 11. RGB value is (118,98,17). Sum of RGB (Red+Green+Blue) = 118+98+17=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #766211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766211 is #899DEE. Grayscale: #5F5F5F. Windows color (decimal): -9018863 or 1139318. OLE color: 1139318.

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

Color convert

RGB1189817-
CMYK00.170.860.54
HSL48.12º74.81%26.47%-
HSV(B)48.12º85.59%46.27%-
XYZ11.9412.632.34-
YUV94.7584.13144.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 17 (7.03% from 255) = 7.30%
R=50.64%
G=42.06%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118981700.170.860.5448.1274.8126.47
Hex7662110115636304b1a
Octal16614221021126666011332
Binary11101101100010100010100011010110110110110000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766211; }

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

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

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

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

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

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

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

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