#766619

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

Shades of Yukon Gold #766619

Tints of Yukon Gold #766619

Color information

#766619 (or 0x766619) is unknown color: approx Yukon Gold. HEX triplet: 76, 66 and 19. RGB value is (118,102,25). Sum of RGB (Red+Green+Blue) = 118+102+25=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #766619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766619 is #8999E6. Grayscale: #626262. Windows color (decimal): -9017831 or 1664630. OLE color: 1664630.

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

Color convert

RGB11810225-
CMYK00.140.790.54
HSL49.68º65.03%28.04%-
HSV(B)49.68º78.81%46.27%-
XYZ12.413.422.86-
YUV98.0186.8142.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=48.16%
G=41.63%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181022500.140.790.5449.6865.0328.04
Hex7666190E4F3632411c
Octal16614631016117666210134
Binary1110110110011011001011101001111110110110010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766619; }

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

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

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

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

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

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

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

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