#766813

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

Shades of Yukon Gold #766813

Tints of Yukon Gold #766813

Color information

#766813 (or 0x766813) is unknown color: approx Yukon Gold. HEX triplet: 76, 68 and 13. RGB value is (118,104,19). Sum of RGB (Red+Green+Blue) = 118+104+19=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #766813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766813 is #8997EC. Grayscale: #626262. Windows color (decimal): -9017325 or 1271926. OLE color: 1271926.

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

Color convert

RGB11810419-
CMYK00.120.840.54
HSL51.52º72.26%26.86%-
HSV(B)51.52º83.9%46.27%-
XYZ12.5413.82.62-
YUV98.583.14141.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 19 (7.81% from 255) = 7.88%
R=48.96%
G=43.15%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181041900.120.840.5451.5272.2626.86
Hex7668130C543634481b
Octal16615023014124666411033
Binary1110110110100010011011001010100110110110100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766813; }

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

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

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

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

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

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

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

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