Shades of Yellow Metal #74633B
Tints of Yellow Metal #74633B
RGB
CMYK
RGB Variations
Color information
#74633B (or 0x74633B) is known color: Yellow Metal. HEX triplet: 74, 63 and 3B. RGB value is (116,99,59). Sum of RGB (Red+Green+Blue) = 116+99+59=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #74633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74633B is #8B9CC4. Grayscale: #636363. Windows color (decimal): -9149637 or 3892084. OLE color: 3892084.
HSL color Cylindrical-coordinate representation of color #74633B: hue angle of 42.11º 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 #74633B is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 99 | 59 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.55 |
| HSL | 42.11º | 0.33% | 0.34% | - |
| HSV(B) | 42.11º | 0.49% | 0.45% | - |
| XYZ | 12.45 | 12.95 | 5.98 | - |
| YUV | 99.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 59 | 0 | 0.15 | 0.49 | 0.55 | 42.11 | 0.33 | 0.34 |
| Hex | 74 | 63 | 3B | 0 | F | 31 | 37 | 2A | 21 | 22 |
| Octal | 164 | 143 | 73 | 0 | 17 | 61 | 67 | 52 | 41 | 42 |
| Binary | 1110100 | 1100011 | 111011 | 0 | 1111 | 110001 | 110111 | 101010 | 100001 | 100010 |
Color Harmonies of #74633B
Complementary color
Monochromatic Colors of #74633B
Black with #74633B
Text Example
Text Example
White with #74633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74633B; }
p { color: rgb(116,99,59); }
H1.HeaderClassName
{
color: #74633B;
}
.AnyTagClassName
{
color: #74633B;
}
</style>
background-color css
<style>
a { background-color: #74633B; }
a { background-color: rgb(116,99,59); }
div.DivClassName
{
background-color: #74633B;
}
.BgClassName
{
background-color: #74633B;
}
</style>
border-color css
<style>
span { border-color: #74633B; }
span { border-color: rgb(116,99,59); }
td.TdClassName
{
border-color: #74633B;
}
.TagClassName
{
border-color: #74633B;
}
</style>