#766810

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

Shades of Yukon Gold #766810

Tints of Yukon Gold #766810

Color information

#766810 (or 0x766810) is unknown color: approx Yukon Gold. HEX triplet: 76, 68 and 10. RGB value is (118,104,16). Sum of RGB (Red+Green+Blue) = 118+104+16=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #766810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766810 is #8997EF. Grayscale: #626262. Windows color (decimal): -9017328 or 1075318. OLE color: 1075318.

HSL color Cylindrical-coordinate representation of color #766810: hue angle of 51.76º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #766810 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB11810416-
CMYK00.120.860.54
HSL51.76º76.12%26.27%-
HSV(B)51.76º86.44%46.27%-
XYZ12.5213.792.49-
YUV98.1581.64142.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 16 (6.64% from 255) = 6.72%
R=49.58%
G=43.70%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181041600.120.860.5451.7676.1226.27
Hex7668100C5636344c1a
Octal16615020014126666411432
Binary1110110110100010000011001010110110110110100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766810; }

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

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

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

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

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

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

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

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