#766615

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

Shades of Yukon Gold #766615

Tints of Yukon Gold #766615

Color information

#766615 (or 0x766615) is unknown color: approx Yukon Gold. HEX triplet: 76, 66 and 15. RGB value is (118,102,21). Sum of RGB (Red+Green+Blue) = 118+102+21=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #766615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766615 is #8999EA. Grayscale: #616161. Windows color (decimal): -9017835 or 1402486. OLE color: 1402486.

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

Color convert

RGB11810221-
CMYK00.140.820.54
HSL50.1º69.78%27.25%-
HSV(B)50.1º82.2%46.27%-
XYZ12.3613.412.65-
YUV97.5584.8142.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=48.96%
G=42.32%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181022100.140.820.5450.169.7827.25
Hex7666150E523632461b
Octal16614625016122666210633
Binary1110110110011010101011101010010110110110010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766615; }

 p { color: rgb(118,102,21); }

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

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

 a { background-color: rgb(118,102,21); }

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

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

 span { border-color: rgb(118,102,21); }

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