Shades of Yellow Metal #73673D
Tints of Yellow Metal #73673D
RGB
CMYK
RGB Variations
Color information
#73673D (or 0x73673D) is known color: Yellow Metal. HEX triplet: 73, 67 and 3D. RGB value is (115,103,61). Sum of RGB (Red+Green+Blue) = 115+103+61=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #73673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73673D is #8C98C2. Grayscale: #656565. Windows color (decimal): -9214147 or 4024179. OLE color: 4024179.
HSL color Cylindrical-coordinate representation of color #73673D: hue angle of 46.67º 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 #73673D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 103 | 61 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.55 |
| HSL | 46.67º | 0.31% | 0.35% | - |
| HSV(B) | 46.67º | 0.47% | 0.45% | - |
| XYZ | 12.76 | 13.68 | 6.38 | - |
| YUV | 101.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 61 | 0 | 0.10 | 0.47 | 0.55 | 46.67 | 0.31 | 0.35 |
| Hex | 73 | 67 | 3D | 0 | A | 2F | 37 | 2F | 1F | 23 |
| Octal | 163 | 147 | 75 | 0 | 12 | 57 | 67 | 57 | 37 | 43 |
| Binary | 1110011 | 1100111 | 111101 | 0 | 1010 | 101111 | 110111 | 101111 | 11111 | 100011 |
Color Harmonies of #73673D
Complementary color
Monochromatic Colors of #73673D
Black with #73673D
Text Example
Text Example
White with #73673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73673D; }
p { color: rgb(115,103,61); }
H1.HeaderClassName
{
color: #73673D;
}
.AnyTagClassName
{
color: #73673D;
}
</style>
background-color css
<style>
a { background-color: #73673D; }
a { background-color: rgb(115,103,61); }
div.DivClassName
{
background-color: #73673D;
}
.BgClassName
{
background-color: #73673D;
}
</style>
border-color css
<style>
span { border-color: #73673D; }
span { border-color: rgb(115,103,61); }
td.TdClassName
{
border-color: #73673D;
}
.TagClassName
{
border-color: #73673D;
}
</style>