Shades of Yellow Metal #695C40
Tints of Yellow Metal #695C40
RGB
CMYK
RGB Variations
Color information
#695C40 (or 0x695C40) is known color: Yellow Metal. HEX triplet: 69, 5C and 40. RGB value is (105,92,64). Sum of RGB (Red+Green+Blue) = 105+92+64=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #695C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695C40 is #96A3BF. Grayscale: #5C5C5C. Windows color (decimal): -9872320 or 4217961. OLE color: 4217961.
HSL color Cylindrical-coordinate representation of color #695C40: hue angle of 40.98º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #695C40 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 92 | 64 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.59 |
| HSL | 40.98º | 0.24% | 0.33% | - |
| HSV(B) | 40.98º | 0.39% | 0.41% | - |
| XYZ | 10.58 | 11.03 | 6.42 | - |
| YUV | 92.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 64 | 0 | 0.12 | 0.39 | 0.59 | 40.98 | 0.24 | 0.33 |
| Hex | 69 | 5C | 40 | 0 | C | 27 | 3B | 29 | 18 | 21 |
| Octal | 151 | 134 | 100 | 0 | 14 | 47 | 73 | 51 | 30 | 41 |
| Binary | 1101001 | 1011100 | 1000000 | 0 | 1100 | 100111 | 111011 | 101001 | 11000 | 100001 |
Color Harmonies of #695C40
Complementary color
Monochromatic Colors of #695C40
Black with #695C40
Text Example
Text Example
White with #695C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C40; }
p { color: rgb(105,92,64); }
H1.HeaderClassName
{
color: #695C40;
}
.AnyTagClassName
{
color: #695C40;
}
</style>
background-color css
<style>
a { background-color: #695C40; }
a { background-color: rgb(105,92,64); }
div.DivClassName
{
background-color: #695C40;
}
.BgClassName
{
background-color: #695C40;
}
</style>
border-color css
<style>
span { border-color: #695C40; }
span { border-color: rgb(105,92,64); }
td.TdClassName
{
border-color: #695C40;
}
.TagClassName
{
border-color: #695C40;
}
</style>