#776612

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

Shades of Yukon Gold #776612

Tints of Yukon Gold #776612

Color information

#776612 (or 0x776612) is unknown color: approx Yukon Gold. HEX triplet: 77, 66 and 12. RGB value is (119,102,18). Sum of RGB (Red+Green+Blue) = 119+102+18=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776612 is #8899ED. Grayscale: #616161. Windows color (decimal): -8952302 or 1205879. OLE color: 1205879.

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

Color convert

RGB11910218-
CMYK00.140.850.53
HSL49.9º73.72%26.86%-
HSV(B)49.9º84.87%46.67%-
XYZ12.4713.472.51-
YUV97.5183.13143.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=49.79%
G=42.68%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191021800.140.850.5349.973.7226.86
Hex7766120E5535324a1b
Octal16714622016125656211233
Binary1110111110011010010011101010101110101110010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776612; }

 p { color: rgb(119,102,18); }

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

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

 a { background-color: rgb(119,102,18); }

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

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

 span { border-color: rgb(119,102,18); }

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