Shades of Yellow Metal #6F6645
Tints of Yellow Metal #6F6645
RGB
CMYK
RGB Variations
Color information
#6F6645 (or 0x6F6645) is known color: Yellow Metal. HEX triplet: 6F, 66 and 45. RGB value is (111,102,69). Sum of RGB (Red+Green+Blue) = 111+102+69=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6645 is #9099BA. Grayscale: #656565. Windows color (decimal): -9476539 or 4548207. OLE color: 4548207.
HSL color Cylindrical-coordinate representation of color #6F6645: hue angle of 47.14º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F6645 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 69 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.56 |
| HSL | 47.14º | 0.23% | 0.35% | - |
| HSV(B) | 47.14º | 0.38% | 0.44% | - |
| XYZ | 12.38 | 13.31 | 7.55 | - |
| YUV | 100.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 69 | 0 | 0.08 | 0.38 | 0.56 | 47.14 | 0.23 | 0.35 |
| Hex | 6F | 66 | 45 | 0 | 8 | 26 | 38 | 2F | 17 | 23 |
| Octal | 157 | 146 | 105 | 0 | 10 | 46 | 70 | 57 | 27 | 43 |
| Binary | 1101111 | 1100110 | 1000101 | 0 | 1000 | 100110 | 111000 | 101111 | 10111 | 100011 |
Color Harmonies of #6F6645
Complementary color
Monochromatic Colors of #6F6645
Black with #6F6645
Text Example
Text Example
White with #6F6645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6645; }
p { color: rgb(111,102,69); }
H1.HeaderClassName
{
color: #6F6645;
}
.AnyTagClassName
{
color: #6F6645;
}
</style>
background-color css
<style>
a { background-color: #6F6645; }
a { background-color: rgb(111,102,69); }
div.DivClassName
{
background-color: #6F6645;
}
.BgClassName
{
background-color: #6F6645;
}
</style>
border-color css
<style>
span { border-color: #6F6645; }
span { border-color: rgb(111,102,69); }
td.TdClassName
{
border-color: #6F6645;
}
.TagClassName
{
border-color: #6F6645;
}
</style>