Shades of Yellow Metal #74663D
Tints of Yellow Metal #74663D
RGB
CMYK
RGB Variations
Color information
#74663D (or 0x74663D) is known color: Yellow Metal. HEX triplet: 74, 66 and 3D. RGB value is (116,102,61). Sum of RGB (Red+Green+Blue) = 116+102+61=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74663D is #8B99C2. Grayscale: #656565. Windows color (decimal): -9148867 or 4023924. OLE color: 4023924.
HSL color Cylindrical-coordinate representation of color #74663D: hue angle of 44.73º 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 #74663D is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 61 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.55 |
| HSL | 44.73º | 0.31% | 0.35% | - |
| HSV(B) | 44.73º | 0.47% | 0.45% | - |
| XYZ | 12.8 | 13.55 | 6.36 | - |
| YUV | 101.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 61 | 0 | 0.12 | 0.47 | 0.55 | 44.73 | 0.31 | 0.35 |
| Hex | 74 | 66 | 3D | 0 | C | 2F | 37 | 2D | 1F | 23 |
| Octal | 164 | 146 | 75 | 0 | 14 | 57 | 67 | 55 | 37 | 43 |
| Binary | 1110100 | 1100110 | 111101 | 0 | 1100 | 101111 | 110111 | 101101 | 11111 | 100011 |
Color Harmonies of #74663D
Complementary color
Monochromatic Colors of #74663D
Black with #74663D
Text Example
Text Example
White with #74663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74663D; }
p { color: rgb(116,102,61); }
H1.HeaderClassName
{
color: #74663D;
}
.AnyTagClassName
{
color: #74663D;
}
</style>
background-color css
<style>
a { background-color: #74663D; }
a { background-color: rgb(116,102,61); }
div.DivClassName
{
background-color: #74663D;
}
.BgClassName
{
background-color: #74663D;
}
</style>
border-color css
<style>
span { border-color: #74663D; }
span { border-color: rgb(116,102,61); }
td.TdClassName
{
border-color: #74663D;
}
.TagClassName
{
border-color: #74663D;
}
</style>