Shades of Yellow Metal #74643B
Tints of Yellow Metal #74643B
RGB
CMYK
RGB Variations
Color information
#74643B (or 0x74643B) is known color: Yellow Metal. HEX triplet: 74, 64 and 3B. RGB value is (116,100,59). Sum of RGB (Red+Green+Blue) = 116+100+59=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74643B is #8B9BC4. Grayscale: #646464. Windows color (decimal): -9149381 or 3892340. OLE color: 3892340.
HSL color Cylindrical-coordinate representation of color #74643B: hue angle of 43.16º 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 #74643B is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 100 | 59 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.55 |
| HSL | 43.16º | 0.33% | 0.34% | - |
| HSV(B) | 43.16º | 0.49% | 0.45% | - |
| XYZ | 12.55 | 13.14 | 6.01 | - |
| YUV | 100.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 59 | 0 | 0.14 | 0.49 | 0.55 | 43.16 | 0.33 | 0.34 |
| Hex | 74 | 64 | 3B | 0 | E | 31 | 37 | 2B | 21 | 22 |
| Octal | 164 | 144 | 73 | 0 | 16 | 61 | 67 | 53 | 41 | 42 |
| Binary | 1110100 | 1100100 | 111011 | 0 | 1110 | 110001 | 110111 | 101011 | 100001 | 100010 |
Color Harmonies of #74643B
Complementary color
Monochromatic Colors of #74643B
Black with #74643B
Text Example
Text Example
White with #74643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74643B; }
p { color: rgb(116,100,59); }
H1.HeaderClassName
{
color: #74643B;
}
.AnyTagClassName
{
color: #74643B;
}
</style>
background-color css
<style>
a { background-color: #74643B; }
a { background-color: rgb(116,100,59); }
div.DivClassName
{
background-color: #74643B;
}
.BgClassName
{
background-color: #74643B;
}
</style>
border-color css
<style>
span { border-color: #74643B; }
span { border-color: rgb(116,100,59); }
td.TdClassName
{
border-color: #74643B;
}
.TagClassName
{
border-color: #74643B;
}
</style>