Shades of Yellow Metal #74643F
Tints of Yellow Metal #74643F
RGB
CMYK
RGB Variations
Color information
#74643F (or 0x74643F) is known color: Yellow Metal. HEX triplet: 74, 64 and 3F. RGB value is (116,100,63). Sum of RGB (Red+Green+Blue) = 116+100+63=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74643F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74643F is #8B9BC0. Grayscale: #646464. Windows color (decimal): -9149377 or 4154484. OLE color: 4154484.
HSL color Cylindrical-coordinate representation of color #74643F: hue angle of 41.89º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74643F is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 100 | 63 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.55 |
| HSL | 41.89º | 0.3% | 0.35% | - |
| HSV(B) | 41.89º | 0.46% | 0.45% | - |
| XYZ | 12.66 | 13.19 | 6.58 | - |
| YUV | 100.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 63 | 0 | 0.14 | 0.46 | 0.55 | 41.89 | 0.3 | 0.35 |
| Hex | 74 | 64 | 3F | 0 | E | 2E | 37 | 2A | 1E | 23 |
| Octal | 164 | 144 | 77 | 0 | 16 | 56 | 67 | 52 | 36 | 43 |
| Binary | 1110100 | 1100100 | 111111 | 0 | 1110 | 101110 | 110111 | 101010 | 11110 | 100011 |
Color Harmonies of #74643F
Complementary color
Monochromatic Colors of #74643F
Black with #74643F
Text Example
Text Example
White with #74643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74643F; }
p { color: rgb(116,100,63); }
H1.HeaderClassName
{
color: #74643F;
}
.AnyTagClassName
{
color: #74643F;
}
</style>
background-color css
<style>
a { background-color: #74643F; }
a { background-color: rgb(116,100,63); }
div.DivClassName
{
background-color: #74643F;
}
.BgClassName
{
background-color: #74643F;
}
</style>
border-color css
<style>
span { border-color: #74643F; }
span { border-color: rgb(116,100,63); }
td.TdClassName
{
border-color: #74643F;
}
.TagClassName
{
border-color: #74643F;
}
</style>