Shades of Yellow Metal #695F3E
Tints of Yellow Metal #695F3E
RGB
CMYK
RGB Variations
Color information
#695F3E (or 0x695F3E) is known color: Yellow Metal. HEX triplet: 69, 5F and 3E. RGB value is (105,95,62). Sum of RGB (Red+Green+Blue) = 105+95+62=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #695F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695F3E is #96A0C1. Grayscale: #5E5E5E. Windows color (decimal): -9871554 or 4087657. OLE color: 4087657.
HSL color Cylindrical-coordinate representation of color #695F3E: hue angle of 46.05º 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 #695F3E is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 95 | 62 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.59 |
| HSL | 46.05º | 0.26% | 0.33% | - |
| HSV(B) | 46.05º | 0.41% | 0.41% | - |
| XYZ | 10.79 | 11.54 | 6.22 | - |
| YUV | 94.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 62 | 0 | 0.10 | 0.41 | 0.59 | 46.05 | 0.26 | 0.33 |
| Hex | 69 | 5F | 3E | 0 | A | 29 | 3B | 2E | 1A | 21 |
| Octal | 151 | 137 | 76 | 0 | 12 | 51 | 73 | 56 | 32 | 41 |
| Binary | 1101001 | 1011111 | 111110 | 0 | 1010 | 101001 | 111011 | 101110 | 11010 | 100001 |
Color Harmonies of #695F3E
Complementary color
Monochromatic Colors of #695F3E
Black with #695F3E
Text Example
Text Example
White with #695F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F3E; }
p { color: rgb(105,95,62); }
H1.HeaderClassName
{
color: #695F3E;
}
.AnyTagClassName
{
color: #695F3E;
}
</style>
background-color css
<style>
a { background-color: #695F3E; }
a { background-color: rgb(105,95,62); }
div.DivClassName
{
background-color: #695F3E;
}
.BgClassName
{
background-color: #695F3E;
}
</style>
border-color css
<style>
span { border-color: #695F3E; }
span { border-color: rgb(105,95,62); }
td.TdClassName
{
border-color: #695F3E;
}
.TagClassName
{
border-color: #695F3E;
}
</style>