Shades of Yellow Metal #695A3C
Tints of Yellow Metal #695A3C
RGB
CMYK
RGB Variations
Color information
#695A3C (or 0x695A3C) is known color: Yellow Metal. HEX triplet: 69, 5A and 3C. RGB value is (105,90,60). Sum of RGB (Red+Green+Blue) = 105+90+60=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #695A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A3C is #96A5C3. Grayscale: #5B5B5B. Windows color (decimal): -9872836 or 3955305. OLE color: 3955305.
HSL color Cylindrical-coordinate representation of color #695A3C: hue angle of 40º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #695A3C is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 90 | 60 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.59 |
| HSL | 40º | 0.27% | 0.32% | - |
| HSV(B) | 40º | 0.43% | 0.41% | - |
| XYZ | 10.3 | 10.64 | 5.79 | - |
| YUV | 91.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 60 | 0 | 0.14 | 0.43 | 0.59 | 40 | 0.27 | 0.32 |
| Hex | 69 | 5A | 3C | 0 | E | 2B | 3B | 28 | 1B | 20 |
| Octal | 151 | 132 | 74 | 0 | 16 | 53 | 73 | 50 | 33 | 40 |
| Binary | 1101001 | 1011010 | 111100 | 0 | 1110 | 101011 | 111011 | 101000 | 11011 | 100000 |
Color Harmonies of #695A3C
Complementary color
Monochromatic Colors of #695A3C
Black with #695A3C
Text Example
Text Example
White with #695A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A3C; }
p { color: rgb(105,90,60); }
H1.HeaderClassName
{
color: #695A3C;
}
.AnyTagClassName
{
color: #695A3C;
}
</style>
background-color css
<style>
a { background-color: #695A3C; }
a { background-color: rgb(105,90,60); }
div.DivClassName
{
background-color: #695A3C;
}
.BgClassName
{
background-color: #695A3C;
}
</style>
border-color css
<style>
span { border-color: #695A3C; }
span { border-color: rgb(105,90,60); }
td.TdClassName
{
border-color: #695A3C;
}
.TagClassName
{
border-color: #695A3C;
}
</style>