Shades of Yellow Metal #69603F
Tints of Yellow Metal #69603F
RGB
CMYK
RGB Variations
Color information
#69603F (or 0x69603F) is known color: Yellow Metal. HEX triplet: 69, 60 and 3F. RGB value is (105,96,63). Sum of RGB (Red+Green+Blue) = 105+96+63=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #69603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69603F is #969FC0. Grayscale: #5F5F5F. Windows color (decimal): -9871297 or 4153449. OLE color: 4153449.
HSL color Cylindrical-coordinate representation of color #69603F: hue angle of 47.14º 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 #69603F is Cyan = 0, Magento = 0.09, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 96 | 63 | - |
| CMYK | 0 | 0.09 | 0.4 | 0.59 |
| HSL | 47.14º | 0.25% | 0.33% | - |
| HSV(B) | 47.14º | 0.4% | 0.41% | - |
| XYZ | 10.91 | 11.73 | 6.39 | - |
| YUV | 94.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 63 | 0 | 0.09 | 0.4 | 0.59 | 47.14 | 0.25 | 0.33 |
| Hex | 69 | 60 | 3F | 0 | 9 | 28 | 3B | 2F | 19 | 21 |
| Octal | 151 | 140 | 77 | 0 | 11 | 50 | 73 | 57 | 31 | 41 |
| Binary | 1101001 | 1100000 | 111111 | 0 | 1001 | 101000 | 111011 | 101111 | 11001 | 100001 |
Color Harmonies of #69603F
Complementary color
Monochromatic Colors of #69603F
Black with #69603F
Text Example
Text Example
White with #69603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69603F; }
p { color: rgb(105,96,63); }
H1.HeaderClassName
{
color: #69603F;
}
.AnyTagClassName
{
color: #69603F;
}
</style>
background-color css
<style>
a { background-color: #69603F; }
a { background-color: rgb(105,96,63); }
div.DivClassName
{
background-color: #69603F;
}
.BgClassName
{
background-color: #69603F;
}
</style>
border-color css
<style>
span { border-color: #69603F; }
span { border-color: rgb(105,96,63); }
td.TdClassName
{
border-color: #69603F;
}
.TagClassName
{
border-color: #69603F;
}
</style>