#776513

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

Shades of Yukon Gold #776513

Tints of Yukon Gold #776513

Color information

#776513 (or 0x776513) is unknown color: approx Yukon Gold. HEX triplet: 77, 65 and 13. RGB value is (119,101,19). Sum of RGB (Red+Green+Blue) = 119+101+19=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776513 is #889AEC. Grayscale: #616161. Windows color (decimal): -8952557 or 1271159. OLE color: 1271159.

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

Color convert

RGB11910119-
CMYK00.150.840.53
HSL49.2º72.46%27.06%-
HSV(B)49.2º84.03%46.67%-
XYZ12.3813.282.53-
YUV97.0383.96143.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 19 (7.81% from 255) = 7.95%
R=49.79%
G=42.26%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191011900.150.840.5349.272.4627.06
Hex7765130F543531481b
Octal16714523017124656111033
Binary1110111110010110011011111010100110101110001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776513; }

 p { color: rgb(119,101,19); }

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

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

 a { background-color: rgb(119,101,19); }

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

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

 span { border-color: rgb(119,101,19); }

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