#766219

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

Shades of Yukon Gold #766219

Tints of Yukon Gold #766219

Color information

#766219 (or 0x766219) is unknown color: approx Yukon Gold. HEX triplet: 76, 62 and 19. RGB value is (118,98,25). Sum of RGB (Red+Green+Blue) = 118+98+25=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #766219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766219 is #899DE6. Grayscale: #5F5F5F. Windows color (decimal): -9018855 or 1663606. OLE color: 1663606.

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

Color convert

RGB1189825-
CMYK00.170.790.54
HSL47.1º65.03%28.04%-
HSV(B)47.1º78.81%46.27%-
XYZ12.0112.662.73-
YUV95.6688.13143.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 25 (10.16% from 255) = 10.37%
R=48.96%
G=40.66%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118982500.170.790.5447.165.0328.04
Hex7662190114F362f411c
Octal16614231021117665710134
Binary11101101100010110010100011001111110110101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766219; }

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

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

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

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

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

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

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

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