#766523

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

Shades of Yukon Gold #766523

Tints of Yukon Gold #766523

Color information

#766523 (or 0x766523) is unknown color: approx Yukon Gold. HEX triplet: 76, 65 and 23. RGB value is (118,101,35). Sum of RGB (Red+Green+Blue) = 118+101+35=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #766523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766523 is #899ADC. Grayscale: #626262. Windows color (decimal): -9018077 or 2319734. OLE color: 2319734.

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

Color convert

RGB11810135-
CMYK00.140.700.54
HSL47.71º54.25%30%-
HSV(B)47.71º70.34%46.27%-
XYZ12.4313.283.5-
YUV98.5692.13141.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 35 (14.06% from 255) = 13.78%
R=46.46%
G=39.76%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181013500.140.700.5447.7154.2530
Hex7665230E463630361e
Octal1661454301610666606636
Binary1110110110010110001101110100011011011011000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766523; }

 p { color: rgb(118,101,35); }

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

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

 a { background-color: rgb(118,101,35); }

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

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

 span { border-color: rgb(118,101,35); }

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