Shades of Yellow Metal #696142
Tints of Yellow Metal #696142
RGB
CMYK
RGB Variations
Color information
#696142 (or 0x696142) is known color: Yellow Metal. HEX triplet: 69, 61 and 42. RGB value is (105,97,66). Sum of RGB (Red+Green+Blue) = 105+97+66=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #696142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696142 is #969EBD. Grayscale: #5F5F5F. Windows color (decimal): -9871038 or 4350313. OLE color: 4350313.
HSL color Cylindrical-coordinate representation of color #696142: hue angle of 47.69º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #696142 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 97 | 66 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.59 |
| HSL | 47.69º | 0.23% | 0.34% | - |
| HSV(B) | 47.69º | 0.37% | 0.41% | - |
| XYZ | 11.08 | 11.95 | 6.88 | - |
| YUV | 95.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 66 | 0 | 0.08 | 0.37 | 0.59 | 47.69 | 0.23 | 0.34 |
| Hex | 69 | 61 | 42 | 0 | 8 | 25 | 3B | 30 | 17 | 22 |
| Octal | 151 | 141 | 102 | 0 | 10 | 45 | 73 | 60 | 27 | 42 |
| Binary | 1101001 | 1100001 | 1000010 | 0 | 1000 | 100101 | 111011 | 110000 | 10111 | 100010 |
Color Harmonies of #696142
Complementary color
Monochromatic Colors of #696142
Black with #696142
Text Example
Text Example
White with #696142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696142; }
p { color: rgb(105,97,66); }
H1.HeaderClassName
{
color: #696142;
}
.AnyTagClassName
{
color: #696142;
}
</style>
background-color css
<style>
a { background-color: #696142; }
a { background-color: rgb(105,97,66); }
div.DivClassName
{
background-color: #696142;
}
.BgClassName
{
background-color: #696142;
}
</style>
border-color css
<style>
span { border-color: #696142; }
span { border-color: rgb(105,97,66); }
td.TdClassName
{
border-color: #696142;
}
.TagClassName
{
border-color: #696142;
}
</style>