Shades of Yellow Metal #76653D
Tints of Yellow Metal #76653D
RGB
CMYK
RGB Variations
Color information
#76653D (or 0x76653D) is known color: Yellow Metal. HEX triplet: 76, 65 and 3D. RGB value is (118,101,61). Sum of RGB (Red+Green+Blue) = 118+101+61=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76653D is #899AC2. Grayscale: #656565. Windows color (decimal): -9018051 or 4023670. OLE color: 4023670.
HSL color Cylindrical-coordinate representation of color #76653D: hue angle of 42.11º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76653D is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 101 | 61 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.54 |
| HSL | 42.11º | 0.32% | 0.35% | - |
| HSV(B) | 42.11º | 0.48% | 0.46% | - |
| XYZ | 12.97 | 13.5 | 6.34 | - |
| YUV | 101.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 61 | 0 | 0.14 | 0.48 | 0.54 | 42.11 | 0.32 | 0.35 |
| Hex | 76 | 65 | 3D | 0 | E | 30 | 36 | 2A | 20 | 23 |
| Octal | 166 | 145 | 75 | 0 | 16 | 60 | 66 | 52 | 40 | 43 |
| Binary | 1110110 | 1100101 | 111101 | 0 | 1110 | 110000 | 110110 | 101010 | 100000 | 100011 |
Color Harmonies of #76653D
Complementary color
Monochromatic Colors of #76653D
Black with #76653D
Text Example
Text Example
White with #76653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76653D; }
p { color: rgb(118,101,61); }
H1.HeaderClassName
{
color: #76653D;
}
.AnyTagClassName
{
color: #76653D;
}
</style>
background-color css
<style>
a { background-color: #76653D; }
a { background-color: rgb(118,101,61); }
div.DivClassName
{
background-color: #76653D;
}
.BgClassName
{
background-color: #76653D;
}
</style>
border-color css
<style>
span { border-color: #76653D; }
span { border-color: rgb(118,101,61); }
td.TdClassName
{
border-color: #76653D;
}
.TagClassName
{
border-color: #76653D;
}
</style>