#766815

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

Shades of Yukon Gold #766815

Tints of Yukon Gold #766815

Color information

#766815 (or 0x766815) is unknown color: approx Yukon Gold. HEX triplet: 76, 68 and 15. RGB value is (118,104,21). Sum of RGB (Red+Green+Blue) = 118+104+21=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #766815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766815 is #8997EA. Grayscale: #636363. Windows color (decimal): -9017323 or 1402998. OLE color: 1402998.

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

Color convert

RGB11810421-
CMYK00.120.820.54
HSL51.34º69.78%27.25%-
HSV(B)51.34º82.2%46.27%-
XYZ12.5613.812.71-
YUV98.7284.14141.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=48.56%
G=42.80%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181042100.120.820.5451.3469.7827.25
Hex7668150C523633461b
Octal16615025014122666310633
Binary1110110110100010101011001010010110110110011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766815; }

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

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

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

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

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

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

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

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