Shades of Yellow Metal #6F673F
Tints of Yellow Metal #6F673F
RGB
CMYK
RGB Variations
Color information
#6F673F (or 0x6F673F) is known color: Yellow Metal. HEX triplet: 6F, 67 and 3F. RGB value is (111,103,63). Sum of RGB (Red+Green+Blue) = 111+103+63=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F673F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F673F is #9098C0. Grayscale: #656565. Windows color (decimal): -9476289 or 4155247. OLE color: 4155247.
HSL color Cylindrical-coordinate representation of color #6F673F: hue angle of 50º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F673F is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 63 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.56 |
| HSL | 50º | 0.28% | 0.34% | - |
| HSV(B) | 50º | 0.43% | 0.44% | - |
| XYZ | 12.3 | 13.44 | 6.65 | - |
| YUV | 100.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 63 | 0 | 0.07 | 0.43 | 0.56 | 50 | 0.28 | 0.34 |
| Hex | 6F | 67 | 3F | 0 | 7 | 2B | 38 | 32 | 1C | 22 |
| Octal | 157 | 147 | 77 | 0 | 7 | 53 | 70 | 62 | 34 | 42 |
| Binary | 1101111 | 1100111 | 111111 | 0 | 111 | 101011 | 111000 | 110010 | 11100 | 100010 |
Color Harmonies of #6F673F
Complementary color
Monochromatic Colors of #6F673F
Black with #6F673F
Text Example
Text Example
White with #6F673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F673F; }
p { color: rgb(111,103,63); }
H1.HeaderClassName
{
color: #6F673F;
}
.AnyTagClassName
{
color: #6F673F;
}
</style>
background-color css
<style>
a { background-color: #6F673F; }
a { background-color: rgb(111,103,63); }
div.DivClassName
{
background-color: #6F673F;
}
.BgClassName
{
background-color: #6F673F;
}
</style>
border-color css
<style>
span { border-color: #6F673F; }
span { border-color: rgb(111,103,63); }
td.TdClassName
{
border-color: #6F673F;
}
.TagClassName
{
border-color: #6F673F;
}
</style>