Shades of Yellow Metal #74633C
Tints of Yellow Metal #74633C
RGB
CMYK
RGB Variations
Color information
#74633C (or 0x74633C) is known color: Yellow Metal. HEX triplet: 74, 63 and 3C. RGB value is (116,99,60). Sum of RGB (Red+Green+Blue) = 116+99+60=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74633C is #8B9CC3. Grayscale: #636363. Windows color (decimal): -9149636 or 3957620. OLE color: 3957620.
HSL color Cylindrical-coordinate representation of color #74633C: hue angle of 41.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74633C is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 99 | 60 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.55 |
| HSL | 41.79º | 0.32% | 0.35% | - |
| HSV(B) | 41.79º | 0.48% | 0.45% | - |
| XYZ | 12.48 | 12.96 | 6.12 | - |
| YUV | 99.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 60 | 0 | 0.15 | 0.48 | 0.55 | 41.79 | 0.32 | 0.35 |
| Hex | 74 | 63 | 3C | 0 | F | 30 | 37 | 2A | 20 | 23 |
| Octal | 164 | 143 | 74 | 0 | 17 | 60 | 67 | 52 | 40 | 43 |
| Binary | 1110100 | 1100011 | 111100 | 0 | 1111 | 110000 | 110111 | 101010 | 100000 | 100011 |
Color Harmonies of #74633C
Complementary color
Monochromatic Colors of #74633C
Black with #74633C
Text Example
Text Example
White with #74633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74633C; }
p { color: rgb(116,99,60); }
H1.HeaderClassName
{
color: #74633C;
}
.AnyTagClassName
{
color: #74633C;
}
</style>
background-color css
<style>
a { background-color: #74633C; }
a { background-color: rgb(116,99,60); }
div.DivClassName
{
background-color: #74633C;
}
.BgClassName
{
background-color: #74633C;
}
</style>
border-color css
<style>
span { border-color: #74633C; }
span { border-color: rgb(116,99,60); }
td.TdClassName
{
border-color: #74633C;
}
.TagClassName
{
border-color: #74633C;
}
</style>