#756C3D

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

Shades of Yellow Metal #756C3D

Tints of Yellow Metal #756C3D

Color information

#756C3D (or 0x756C3D) is unknown color: approx Yellow Metal. HEX triplet: 75, 6C and 3D. RGB value is (117,108,61). Sum of RGB (Red+Green+Blue) = 117+108+61=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C3D is #8A93C2. Grayscale: #696969. Windows color (decimal): -9081795 or 4025461. OLE color: 4025461.

HSL color Cylindrical-coordinate representation of color #756C3D: hue angle of 50.36º 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 #756C3D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB11710861-
CMYK00.080.480.54
HSL50.36º31.46%34.9%-
HSV(B)50.36º47.86%45.88%-
XYZ13.5414.846.57-
YUV105.33102.98136.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 61 (24.22% from 255) = 21.33%
R=40.91%
G=37.76%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171086100.080.480.5450.3631.4634.9
Hex756C3D083036321f23
Octal165154750106066623743
Binary111010111011001111010100011000011011011001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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