#766416

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

Shades of Yukon Gold #766416

Tints of Yukon Gold #766416

Color information

#766416 (or 0x766416) is unknown color: approx Yukon Gold. HEX triplet: 76, 64 and 16. RGB value is (118,100,22). Sum of RGB (Red+Green+Blue) = 118+100+22=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #766416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766416 is #899BE9. Grayscale: #606060. Windows color (decimal): -9018346 or 1467510. OLE color: 1467510.

HSL color Cylindrical-coordinate representation of color #766416: hue angle of 48.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #766416 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB11810022-
CMYK00.150.810.54
HSL48.75º68.57%27.45%-
HSV(B)48.75º81.36%46.27%-
XYZ12.1713.022.63-
YUV96.4985.96143.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 22 (8.98% from 255) = 9.17%
R=49.17%
G=41.67%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181002200.150.810.5448.7568.5727.45
Hex7664160F513631451b
Octal16614426017121666110533
Binary1110110110010010110011111010001110110110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766416; }

 p { color: rgb(118,100,22); }

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

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

 a { background-color: rgb(118,100,22); }

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

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

 span { border-color: rgb(118,100,22); }

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