#766A10

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

Shades of Yukon Gold #766A10

Tints of Yukon Gold #766A10

Color information

#766A10 (or 0x766A10) is unknown color: approx Yukon Gold. HEX triplet: 76, 6A and 10. RGB value is (118,106,16). Sum of RGB (Red+Green+Blue) = 118+106+16=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #766A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A10 is #8995EF. Grayscale: #636363. Windows color (decimal): -9016816 or 1075830. OLE color: 1075830.

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

Color convert

RGB11810616-
CMYK00.100.860.54
HSL52.94º76.12%26.27%-
HSV(B)52.94º86.44%46.27%-
XYZ12.7214.22.56-
YUV99.3380.98141.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 106 (41.80% from 255) = 44.17%
BLUE value IS 16 (6.64% from 255) = 6.67%
R=49.17%
G=44.17%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181061600.100.860.5452.9476.1226.27
Hex766A100A5636354c1a
Octal16615220012126666511432
Binary1110110110101010000010101010110110110110101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766A10; }

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

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

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

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

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

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

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

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