#756A3B

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

Shades of Yellow Metal #756A3B

Tints of Yellow Metal #756A3B

Color information

#756A3B (or 0x756A3B) is unknown color: approx Yellow Metal. HEX triplet: 75, 6A and 3B. RGB value is (117,106,59). Sum of RGB (Red+Green+Blue) = 117+106+59=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #756A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A3B is #8A95C4. Grayscale: #686868. Windows color (decimal): -9082309 or 3893877. OLE color: 3893877.

HSL color Cylindrical-coordinate representation of color #756A3B: hue angle of 48.62º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756A3B is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB11710659-
CMYK00.090.500.54
HSL48.62º32.95%34.51%-
HSV(B)48.62º49.57%45.88%-
XYZ13.2814.416.22-
YUV103.93102.64137.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 59 (23.44% from 255) = 20.92%
R=41.49%
G=37.59%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171065900.090.500.5448.6232.9534.51
Hex756A3B093236312123
Octal165152730116266614143
Binary1110101110101011101101001110010110110110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756A3B; }

 p { color: rgb(117,106,59); }

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

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

 a { background-color: rgb(117,106,59); }

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

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

 span { border-color: rgb(117,106,59); }

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