Shades of Yellow Metal #6F6643
Tints of Yellow Metal #6F6643
RGB
CMYK
RGB Variations
Color information
#6F6643 (or 0x6F6643) is known color: Yellow Metal. HEX triplet: 6F, 66 and 43. RGB value is (111,102,67). Sum of RGB (Red+Green+Blue) = 111+102+67=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6643 is #9099BC. Grayscale: #646464. Windows color (decimal): -9476541 or 4417135. OLE color: 4417135.
HSL color Cylindrical-coordinate representation of color #6F6643: hue angle of 47.73º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F6643 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 67 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.56 |
| HSL | 47.73º | 0.25% | 0.35% | - |
| HSV(B) | 47.73º | 0.4% | 0.44% | - |
| XYZ | 12.32 | 13.29 | 7.23 | - |
| YUV | 100.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 67 | 0 | 0.08 | 0.40 | 0.56 | 47.73 | 0.25 | 0.35 |
| Hex | 6F | 66 | 43 | 0 | 8 | 28 | 38 | 30 | 19 | 23 |
| Octal | 157 | 146 | 103 | 0 | 10 | 50 | 70 | 60 | 31 | 43 |
| Binary | 1101111 | 1100110 | 1000011 | 0 | 1000 | 101000 | 111000 | 110000 | 11001 | 100011 |
Color Harmonies of #6F6643
Complementary color
Monochromatic Colors of #6F6643
Black with #6F6643
Text Example
Text Example
White with #6F6643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6643; }
p { color: rgb(111,102,67); }
H1.HeaderClassName
{
color: #6F6643;
}
.AnyTagClassName
{
color: #6F6643;
}
</style>
background-color css
<style>
a { background-color: #6F6643; }
a { background-color: rgb(111,102,67); }
div.DivClassName
{
background-color: #6F6643;
}
.BgClassName
{
background-color: #6F6643;
}
</style>
border-color css
<style>
span { border-color: #6F6643; }
span { border-color: rgb(111,102,67); }
td.TdClassName
{
border-color: #6F6643;
}
.TagClassName
{
border-color: #6F6643;
}
</style>