#756A3D

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

Shades of Yellow Metal #756A3D

Tints of Yellow Metal #756A3D

Color information

#756A3D (or 0x756A3D) is unknown color: approx Yellow Metal. HEX triplet: 75, 6A and 3D. RGB value is (117,106,61). Sum of RGB (Red+Green+Blue) = 117+106+61=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #756A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A3D is #8A95C2. Grayscale: #686868. Windows color (decimal): -9082307 or 4024949. OLE color: 4024949.

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

Color convert

RGB11710661-
CMYK00.090.480.54
HSL48.21º31.46%34.9%-
HSV(B)48.21º47.86%45.88%-
XYZ13.3314.436.5-
YUV104.16103.64137.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=41.20%
G=37.32%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171066100.090.480.5448.2131.4634.9
Hex756A3D093036301f23
Octal165152750116066603743
Binary111010111010101111010100111000011011011000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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