Shades of Yellow Metal #695D42
Tints of Yellow Metal #695D42
RGB
CMYK
RGB Variations
Color information
#695D42 (or 0x695D42) is known color: Yellow Metal. HEX triplet: 69, 5D and 42. RGB value is (105,93,66). Sum of RGB (Red+Green+Blue) = 105+93+66=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #695D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695D42 is #96A2BD. Grayscale: #5D5D5D. Windows color (decimal): -9872062 or 4349289. OLE color: 4349289.
HSL color Cylindrical-coordinate representation of color #695D42: hue angle of 41.54º 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 #695D42 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 66 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.59 |
| HSL | 41.54º | 0.23% | 0.34% | - |
| HSV(B) | 41.54º | 0.37% | 0.41% | - |
| XYZ | 10.72 | 11.23 | 6.76 | - |
| YUV | 93.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 66 | 0 | 0.11 | 0.37 | 0.59 | 41.54 | 0.23 | 0.34 |
| Hex | 69 | 5D | 42 | 0 | B | 25 | 3B | 2A | 17 | 22 |
| Octal | 151 | 135 | 102 | 0 | 13 | 45 | 73 | 52 | 27 | 42 |
| Binary | 1101001 | 1011101 | 1000010 | 0 | 1011 | 100101 | 111011 | 101010 | 10111 | 100010 |
Color Harmonies of #695D42
Complementary color
Monochromatic Colors of #695D42
Black with #695D42
Text Example
Text Example
White with #695D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D42; }
p { color: rgb(105,93,66); }
H1.HeaderClassName
{
color: #695D42;
}
.AnyTagClassName
{
color: #695D42;
}
</style>
background-color css
<style>
a { background-color: #695D42; }
a { background-color: rgb(105,93,66); }
div.DivClassName
{
background-color: #695D42;
}
.BgClassName
{
background-color: #695D42;
}
</style>
border-color css
<style>
span { border-color: #695D42; }
span { border-color: rgb(105,93,66); }
td.TdClassName
{
border-color: #695D42;
}
.TagClassName
{
border-color: #695D42;
}
</style>