Shades of Yellow Metal #74623B
Tints of Yellow Metal #74623B
RGB
CMYK
RGB Variations
Color information
#74623B (or 0x74623B) is known color: Yellow Metal. HEX triplet: 74, 62 and 3B. RGB value is (116,98,59). Sum of RGB (Red+Green+Blue) = 116+98+59=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74623B is #8B9DC4. Grayscale: #636363. Windows color (decimal): -9149893 or 3891828. OLE color: 3891828.
HSL color Cylindrical-coordinate representation of color #74623B: hue angle of 41.05º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74623B is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 59 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.55 |
| HSL | 41.05º | 0.33% | 0.34% | - |
| HSV(B) | 41.05º | 0.49% | 0.45% | - |
| XYZ | 12.36 | 12.76 | 5.95 | - |
| YUV | 98.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 59 | 0 | 0.16 | 0.49 | 0.55 | 41.05 | 0.33 | 0.34 |
| Hex | 74 | 62 | 3B | 0 | 10 | 31 | 37 | 29 | 21 | 22 |
| Octal | 164 | 142 | 73 | 0 | 20 | 61 | 67 | 51 | 41 | 42 |
| Binary | 1110100 | 1100010 | 111011 | 0 | 10000 | 110001 | 110111 | 101001 | 100001 | 100010 |
Color Harmonies of #74623B
Complementary color
Monochromatic Colors of #74623B
Black with #74623B
Text Example
Text Example
White with #74623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74623B; }
p { color: rgb(116,98,59); }
H1.HeaderClassName
{
color: #74623B;
}
.AnyTagClassName
{
color: #74623B;
}
</style>
background-color css
<style>
a { background-color: #74623B; }
a { background-color: rgb(116,98,59); }
div.DivClassName
{
background-color: #74623B;
}
.BgClassName
{
background-color: #74623B;
}
</style>
border-color css
<style>
span { border-color: #74623B; }
span { border-color: rgb(116,98,59); }
td.TdClassName
{
border-color: #74623B;
}
.TagClassName
{
border-color: #74623B;
}
</style>