#776638

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

Shades of Yellow Metal #776638

Tints of Yellow Metal #776638

Color information

#776638 (or 0x776638) is unknown color: approx Yellow Metal. HEX triplet: 77, 66 and 38. RGB value is (119,102,56). Sum of RGB (Red+Green+Blue) = 119+102+56=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #776638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776638 is #8899C7. Grayscale: #666666. Windows color (decimal): -8952264 or 3696247. OLE color: 3696247.

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

Color convert

RGB11910256-
CMYK00.140.530.53
HSL43.81º36%34.31%-
HSV(B)43.81º52.94%46.67%-
XYZ13.0713.715.7-
YUV101.84102.13140.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 102 (40.23% from 255) = 36.82%
BLUE value IS 56 (22.27% from 255) = 20.22%
R=42.96%
G=36.82%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191025600.140.530.5343.813634.31
Hex7766380E35352c2422
Octal167146700166565544442
Binary1110111110011011100001110110101110101101100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776638; }

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

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

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

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

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

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

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

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