Shades of Yellow Metal #736B3F
Tints of Yellow Metal #736B3F
RGB
CMYK
RGB Variations
Color information
#736B3F (or 0x736B3F) is known color: Yellow Metal. HEX triplet: 73, 6B and 3F. RGB value is (115,107,63). Sum of RGB (Red+Green+Blue) = 115+107+63=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #736B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B3F is #8C94C0. Grayscale: #686868. Windows color (decimal): -9213121 or 4156275. OLE color: 4156275.
HSL color Cylindrical-coordinate representation of color #736B3F: hue angle of 50.77º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #736B3F is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 63 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.55 |
| HSL | 50.77º | 0.29% | 0.35% | - |
| HSV(B) | 50.77º | 0.45% | 0.45% | - |
| XYZ | 13.23 | 14.52 | 6.81 | - |
| YUV | 104.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 63 | 0 | 0.07 | 0.45 | 0.55 | 50.77 | 0.29 | 0.35 |
| Hex | 73 | 6B | 3F | 0 | 7 | 2D | 37 | 33 | 1D | 23 |
| Octal | 163 | 153 | 77 | 0 | 7 | 55 | 67 | 63 | 35 | 43 |
| Binary | 1110011 | 1101011 | 111111 | 0 | 111 | 101101 | 110111 | 110011 | 11101 | 100011 |
Color Harmonies of #736B3F
Complementary color
Monochromatic Colors of #736B3F
Black with #736B3F
Text Example
Text Example
White with #736B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B3F; }
p { color: rgb(115,107,63); }
H1.HeaderClassName
{
color: #736B3F;
}
.AnyTagClassName
{
color: #736B3F;
}
</style>
background-color css
<style>
a { background-color: #736B3F; }
a { background-color: rgb(115,107,63); }
div.DivClassName
{
background-color: #736B3F;
}
.BgClassName
{
background-color: #736B3F;
}
</style>
border-color css
<style>
span { border-color: #736B3F; }
span { border-color: rgb(115,107,63); }
td.TdClassName
{
border-color: #736B3F;
}
.TagClassName
{
border-color: #736B3F;
}
</style>