Shades of Yellow Metal #695D3E
Tints of Yellow Metal #695D3E
RGB
CMYK
RGB Variations
Color information
#695D3E (or 0x695D3E) is known color: Yellow Metal. HEX triplet: 69, 5D and 3E. RGB value is (105,93,62). Sum of RGB (Red+Green+Blue) = 105+93+62=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #695D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695D3E is #96A2C1. Grayscale: #5D5D5D. Windows color (decimal): -9872066 or 4087145. OLE color: 4087145.
HSL color Cylindrical-coordinate representation of color #695D3E: hue angle of 43.26º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #695D3E is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 62 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.59 |
| HSL | 43.26º | 0.26% | 0.33% | - |
| HSV(B) | 43.26º | 0.41% | 0.41% | - |
| XYZ | 10.61 | 11.18 | 6.16 | - |
| YUV | 93.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 62 | 0 | 0.11 | 0.41 | 0.59 | 43.26 | 0.26 | 0.33 |
| Hex | 69 | 5D | 3E | 0 | B | 29 | 3B | 2B | 1A | 21 |
| Octal | 151 | 135 | 76 | 0 | 13 | 51 | 73 | 53 | 32 | 41 |
| Binary | 1101001 | 1011101 | 111110 | 0 | 1011 | 101001 | 111011 | 101011 | 11010 | 100001 |
Color Harmonies of #695D3E
Complementary color
Monochromatic Colors of #695D3E
Black with #695D3E
Text Example
Text Example
White with #695D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D3E; }
p { color: rgb(105,93,62); }
H1.HeaderClassName
{
color: #695D3E;
}
.AnyTagClassName
{
color: #695D3E;
}
</style>
background-color css
<style>
a { background-color: #695D3E; }
a { background-color: rgb(105,93,62); }
div.DivClassName
{
background-color: #695D3E;
}
.BgClassName
{
background-color: #695D3E;
}
</style>
border-color css
<style>
span { border-color: #695D3E; }
span { border-color: rgb(105,93,62); }
td.TdClassName
{
border-color: #695D3E;
}
.TagClassName
{
border-color: #695D3E;
}
</style>