#766221

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

Shades of Yukon Gold #766221

Tints of Yukon Gold #766221

Color information

#766221 (or 0x766221) is unknown color: approx Yukon Gold. HEX triplet: 76, 62 and 21. RGB value is (118,98,33). Sum of RGB (Red+Green+Blue) = 118+98+33=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #766221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766221 is #899DDE. Grayscale: #606060. Windows color (decimal): -9018847 or 2187894. OLE color: 2187894.

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

Color convert

RGB1189833-
CMYK00.170.720.54
HSL45.88º56.29%29.61%-
HSV(B)45.88º72.03%46.27%-
XYZ12.1112.73.25-
YUV96.5792.13143.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=47.39%
G=39.36%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118983300.170.720.5445.8856.2929.61
Hex76622101148362e381e
Octal1661424102111066567036
Binary11101101100010100001010001100100011011010111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766221; }

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

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

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

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

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

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

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

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