#776036

Color #776036 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #776036

Tints of Yellow Metal #776036

Color information

#776036 (or 0x776036) is unknown color: approx Yellow Metal. HEX triplet: 77, 60 and 36. RGB value is (119,96,54). Sum of RGB (Red+Green+Blue) = 119+96+54=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #776036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776036 is #889FC9. Grayscale: #626262. Windows color (decimal): -8953802 or 3563639. OLE color: 3563639.

HSL color Cylindrical-coordinate representation of color #776036: hue angle of 38.77º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #776036 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1199654-
CMYK00.190.550.53
HSL38.77º37.57%33.92%-
HSV(B)38.77º54.62%46.67%-
XYZ12.4612.555.26-
YUV98.09103.12142.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 54 (21.48% from 255) = 20.07%
R=44.24%
G=35.69%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119965400.190.550.5338.7737.5733.92
Hex7760360133735272622
Octal167140660236765474642
Binary11101111100000110110010011110111110101100111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776036; }

 p { color: rgb(119,96,54); }

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

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

 a { background-color: rgb(119,96,54); }

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

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

 span { border-color: rgb(119,96,54); }

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