Shades of Yellow Metal #695F3F
Tints of Yellow Metal #695F3F
RGB
CMYK
RGB Variations
Color information
#695F3F (or 0x695F3F) is known color: Yellow Metal. HEX triplet: 69, 5F and 3F. RGB value is (105,95,63). Sum of RGB (Red+Green+Blue) = 105+95+63=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #695F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695F3F is #96A0C0. Grayscale: #5E5E5E. Windows color (decimal): -9871553 or 4153193. OLE color: 4153193.
HSL color Cylindrical-coordinate representation of color #695F3F: hue angle of 45.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #695F3F is Cyan = 0, Magento = 0.10, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 95 | 63 | - |
| CMYK | 0 | 0.10 | 0.4 | 0.59 |
| HSL | 45.71º | 0.25% | 0.33% | - |
| HSV(B) | 45.71º | 0.4% | 0.41% | - |
| XYZ | 10.82 | 11.55 | 6.36 | - |
| YUV | 94.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 63 | 0 | 0.10 | 0.4 | 0.59 | 45.71 | 0.25 | 0.33 |
| Hex | 69 | 5F | 3F | 0 | A | 28 | 3B | 2E | 19 | 21 |
| Octal | 151 | 137 | 77 | 0 | 12 | 50 | 73 | 56 | 31 | 41 |
| Binary | 1101001 | 1011111 | 111111 | 0 | 1010 | 101000 | 111011 | 101110 | 11001 | 100001 |
Color Harmonies of #695F3F
Complementary color
Monochromatic Colors of #695F3F
Black with #695F3F
Text Example
Text Example
White with #695F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F3F; }
p { color: rgb(105,95,63); }
H1.HeaderClassName
{
color: #695F3F;
}
.AnyTagClassName
{
color: #695F3F;
}
</style>
background-color css
<style>
a { background-color: #695F3F; }
a { background-color: rgb(105,95,63); }
div.DivClassName
{
background-color: #695F3F;
}
.BgClassName
{
background-color: #695F3F;
}
</style>
border-color css
<style>
span { border-color: #695F3F; }
span { border-color: rgb(105,95,63); }
td.TdClassName
{
border-color: #695F3F;
}
.TagClassName
{
border-color: #695F3F;
}
</style>