Shades of Yellow Metal #73643D
Tints of Yellow Metal #73643D
RGB
CMYK
RGB Variations
Color information
#73643D (or 0x73643D) is known color: Yellow Metal. HEX triplet: 73, 64 and 3D. RGB value is (115,100,61). Sum of RGB (Red+Green+Blue) = 115+100+61=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #73643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73643D is #8C9BC2. Grayscale: #646464. Windows color (decimal): -9214915 or 4023411. OLE color: 4023411.
HSL color Cylindrical-coordinate representation of color #73643D: hue angle of 43.33º 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 #73643D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 100 | 61 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.55 |
| HSL | 43.33º | 0.31% | 0.35% | - |
| HSV(B) | 43.33º | 0.47% | 0.45% | - |
| XYZ | 12.47 | 13.1 | 6.29 | - |
| YUV | 100.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 61 | 0 | 0.13 | 0.47 | 0.55 | 43.33 | 0.31 | 0.35 |
| Hex | 73 | 64 | 3D | 0 | D | 2F | 37 | 2B | 1F | 23 |
| Octal | 163 | 144 | 75 | 0 | 15 | 57 | 67 | 53 | 37 | 43 |
| Binary | 1110011 | 1100100 | 111101 | 0 | 1101 | 101111 | 110111 | 101011 | 11111 | 100011 |
Color Harmonies of #73643D
Complementary color
Monochromatic Colors of #73643D
Black with #73643D
Text Example
Text Example
White with #73643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73643D; }
p { color: rgb(115,100,61); }
H1.HeaderClassName
{
color: #73643D;
}
.AnyTagClassName
{
color: #73643D;
}
</style>
background-color css
<style>
a { background-color: #73643D; }
a { background-color: rgb(115,100,61); }
div.DivClassName
{
background-color: #73643D;
}
.BgClassName
{
background-color: #73643D;
}
</style>
border-color css
<style>
span { border-color: #73643D; }
span { border-color: rgb(115,100,61); }
td.TdClassName
{
border-color: #73643D;
}
.TagClassName
{
border-color: #73643D;
}
</style>