#776219

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

Shades of Yukon Gold #776219

Tints of Yukon Gold #776219

Color information

#776219 (or 0x776219) is unknown color: approx Yukon Gold. HEX triplet: 77, 62 and 19. RGB value is (119,98,25). Sum of RGB (Red+Green+Blue) = 119+98+25=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #776219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776219 is #889DE6. Grayscale: #606060. Windows color (decimal): -8953319 or 1663607. OLE color: 1663607.

HSL color Cylindrical-coordinate representation of color #776219: hue angle of 46.6º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #776219 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1199825-
CMYK00.180.790.53
HSL46.6º65.28%28.24%-
HSV(B)46.6º78.99%46.67%-
XYZ12.1512.732.74-
YUV95.9687.96144.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 25 (10.16% from 255) = 10.33%
R=49.17%
G=40.50%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119982500.180.790.5346.665.2828.24
Hex7762190124F352f411c
Octal16714231022117655710134
Binary11101111100010110010100101001111110101101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776219; }

 p { color: rgb(119,98,25); }

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

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

 a { background-color: rgb(119,98,25); }

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

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

 span { border-color: rgb(119,98,25); }

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