Shades of Yellow Metal #736C3D
Tints of Yellow Metal #736C3D
RGB
CMYK
RGB Variations
Color information
#736C3D (or 0x736C3D) is known color: Yellow Metal. HEX triplet: 73, 6C and 3D. RGB value is (115,108,61). Sum of RGB (Red+Green+Blue) = 115+108+61=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #736C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C3D is #8C93C2. Grayscale: #686868. Windows color (decimal): -9212867 or 4025459. OLE color: 4025459.
HSL color Cylindrical-coordinate representation of color #736C3D: hue angle of 52.22º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #736C3D is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 61 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.55 |
| HSL | 52.22º | 0.31% | 0.35% | - |
| HSV(B) | 52.22º | 0.47% | 0.45% | - |
| XYZ | 13.28 | 14.71 | 6.55 | - |
| YUV | 104.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 61 | 0 | 0.06 | 0.47 | 0.55 | 52.22 | 0.31 | 0.35 |
| Hex | 73 | 6C | 3D | 0 | 6 | 2F | 37 | 34 | 1F | 23 |
| Octal | 163 | 154 | 75 | 0 | 6 | 57 | 67 | 64 | 37 | 43 |
| Binary | 1110011 | 1101100 | 111101 | 0 | 110 | 101111 | 110111 | 110100 | 11111 | 100011 |
Color Harmonies of #736C3D
Complementary color
Monochromatic Colors of #736C3D
Black with #736C3D
Text Example
Text Example
White with #736C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C3D; }
p { color: rgb(115,108,61); }
H1.HeaderClassName
{
color: #736C3D;
}
.AnyTagClassName
{
color: #736C3D;
}
</style>
background-color css
<style>
a { background-color: #736C3D; }
a { background-color: rgb(115,108,61); }
div.DivClassName
{
background-color: #736C3D;
}
.BgClassName
{
background-color: #736C3D;
}
</style>
border-color css
<style>
span { border-color: #736C3D; }
span { border-color: rgb(115,108,61); }
td.TdClassName
{
border-color: #736C3D;
}
.TagClassName
{
border-color: #736C3D;
}
</style>