#766820

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

Shades of Yukon Gold #766820

Tints of Yukon Gold #766820

Color information

#766820 (or 0x766820) is unknown color: approx Yukon Gold. HEX triplet: 76, 68 and 20. RGB value is (118,104,32). Sum of RGB (Red+Green+Blue) = 118+104+32=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #766820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766820 is #8997DF. Grayscale: #646464. Windows color (decimal): -9017312 or 2123894. OLE color: 2123894.

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

Color convert

RGB11810432-
CMYK00.120.730.54
HSL50.23º57.33%29.41%-
HSV(B)50.23º72.88%46.27%-
XYZ12.6813.863.37-
YUV99.9889.64140.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 32 (12.89% from 255) = 12.60%
R=46.46%
G=40.94%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181043200.120.730.5450.2357.3329.41
Hex7668200C493632391d
Octal1661504001411166627135
Binary1110110110100010000001100100100111011011001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766820; }

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

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

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

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

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

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

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

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