#766620

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

Shades of Yukon Gold #766620

Tints of Yukon Gold #766620

Color information

#766620 (or 0x766620) is unknown color: approx Yukon Gold. HEX triplet: 76, 66 and 20. RGB value is (118,102,32). Sum of RGB (Red+Green+Blue) = 118+102+32=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #766620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766620 is #8999DF. Grayscale: #636363. Windows color (decimal): -9017824 or 2123382. OLE color: 2123382.

HSL color Cylindrical-coordinate representation of color #766620: hue angle of 48.84º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #766620 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB11810232-
CMYK00.140.730.54
HSL48.84º57.33%29.41%-
HSV(B)48.84º72.88%46.27%-
XYZ12.4813.463.31-
YUV98.890.3141.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 32 (12.89% from 255) = 12.70%
R=46.83%
G=40.48%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181023200.140.730.5448.8457.3329.41
Hex7666200E493631391d
Octal1661464001611166617135
Binary1110110110011010000001110100100111011011000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766620; }

 p { color: rgb(118,102,32); }

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

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

 a { background-color: rgb(118,102,32); }

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

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

 span { border-color: rgb(118,102,32); }

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