#756638

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

Shades of Yellow Metal #756638

Tints of Yellow Metal #756638

Color information

#756638 (or 0x756638) is unknown color: approx Yellow Metal. HEX triplet: 75, 66 and 38. RGB value is (117,102,56). Sum of RGB (Red+Green+Blue) = 117+102+56=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #756638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756638 is #8A99C7. Grayscale: #656565. Windows color (decimal): -9083336 or 3696245. OLE color: 3696245.

HSL color Cylindrical-coordinate representation of color #756638: hue angle of 45.25º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #756638 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB11710256-
CMYK00.130.520.54
HSL45.25º35.26%33.92%-
HSV(B)45.25º52.14%45.88%-
XYZ12.813.575.69-
YUV101.24102.47139.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=42.55%
G=37.09%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171025600.130.520.5445.2535.2633.92
Hex7566380D34362d2322
Octal165146700156466554342
Binary1110101110011011100001101110100110110101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756638; }

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

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

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

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

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

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

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

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