Shades of Yellow Metal #6F663E
Tints of Yellow Metal #6F663E
RGB
CMYK
RGB Variations
Color information
#6F663E (or 0x6F663E) is known color: Yellow Metal. HEX triplet: 6F, 66 and 3E. RGB value is (111,102,62). Sum of RGB (Red+Green+Blue) = 111+102+62=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F663E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F663E is #9099C1. Grayscale: #646464. Windows color (decimal): -9476546 or 4089455. OLE color: 4089455.
HSL color Cylindrical-coordinate representation of color #6F663E: hue angle of 48.98º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F663E is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 62 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.56 |
| HSL | 48.98º | 0.28% | 0.34% | - |
| HSV(B) | 48.98º | 0.44% | 0.44% | - |
| XYZ | 12.18 | 13.23 | 6.47 | - |
| YUV | 100.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 62 | 0 | 0.08 | 0.44 | 0.56 | 48.98 | 0.28 | 0.34 |
| Hex | 6F | 66 | 3E | 0 | 8 | 2C | 38 | 31 | 1C | 22 |
| Octal | 157 | 146 | 76 | 0 | 10 | 54 | 70 | 61 | 34 | 42 |
| Binary | 1101111 | 1100110 | 111110 | 0 | 1000 | 101100 | 111000 | 110001 | 11100 | 100010 |
Color Harmonies of #6F663E
Complementary color
Monochromatic Colors of #6F663E
Black with #6F663E
Text Example
Text Example
White with #6F663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F663E; }
p { color: rgb(111,102,62); }
H1.HeaderClassName
{
color: #6F663E;
}
.AnyTagClassName
{
color: #6F663E;
}
</style>
background-color css
<style>
a { background-color: #6F663E; }
a { background-color: rgb(111,102,62); }
div.DivClassName
{
background-color: #6F663E;
}
.BgClassName
{
background-color: #6F663E;
}
</style>
border-color css
<style>
span { border-color: #6F663E; }
span { border-color: rgb(111,102,62); }
td.TdClassName
{
border-color: #6F663E;
}
.TagClassName
{
border-color: #6F663E;
}
</style>