#766710

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

Shades of Yukon Gold #766710

Tints of Yukon Gold #766710

Color information

#766710 (or 0x766710) is unknown color: approx Yukon Gold. HEX triplet: 76, 67 and 10. RGB value is (118,103,16). Sum of RGB (Red+Green+Blue) = 118+103+16=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #766710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766710 is #8998EF. Grayscale: #616161. Windows color (decimal): -9017584 or 1075062. OLE color: 1075062.

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

Color convert

RGB11810316-
CMYK00.130.860.54
HSL51.18º76.12%26.27%-
HSV(B)51.18º86.44%46.27%-
XYZ12.4113.592.46-
YUV97.5781.97142.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 103 (40.62% from 255) = 43.46%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=49.79%
G=43.46%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181031600.130.860.5451.1876.1226.27
Hex7667100D5636334c1a
Octal16614720015126666311432
Binary1110110110011110000011011010110110110110011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766710; }

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

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

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

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

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

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

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

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