Shades of Yellow Metal #6F6741
Tints of Yellow Metal #6F6741
RGB
CMYK
RGB Variations
Color information
#6F6741 (or 0x6F6741) is known color: Yellow Metal. HEX triplet: 6F, 67 and 41. RGB value is (111,103,65). Sum of RGB (Red+Green+Blue) = 111+103+65=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6741 is #9098BE. Grayscale: #656565. Windows color (decimal): -9476287 or 4286319. OLE color: 4286319.
HSL color Cylindrical-coordinate representation of color #6F6741: hue angle of 49.57º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F6741 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 65 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.56 |
| HSL | 49.57º | 0.26% | 0.35% | - |
| HSV(B) | 49.57º | 0.41% | 0.44% | - |
| XYZ | 12.36 | 13.46 | 6.95 | - |
| YUV | 101.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 65 | 0 | 0.07 | 0.41 | 0.56 | 49.57 | 0.26 | 0.35 |
| Hex | 6F | 67 | 41 | 0 | 7 | 29 | 38 | 32 | 1A | 23 |
| Octal | 157 | 147 | 101 | 0 | 7 | 51 | 70 | 62 | 32 | 43 |
| Binary | 1101111 | 1100111 | 1000001 | 0 | 111 | 101001 | 111000 | 110010 | 11010 | 100011 |
Color Harmonies of #6F6741
Complementary color
Monochromatic Colors of #6F6741
Black with #6F6741
Text Example
Text Example
White with #6F6741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6741; }
p { color: rgb(111,103,65); }
H1.HeaderClassName
{
color: #6F6741;
}
.AnyTagClassName
{
color: #6F6741;
}
</style>
background-color css
<style>
a { background-color: #6F6741; }
a { background-color: rgb(111,103,65); }
div.DivClassName
{
background-color: #6F6741;
}
.BgClassName
{
background-color: #6F6741;
}
</style>
border-color css
<style>
span { border-color: #6F6741; }
span { border-color: rgb(111,103,65); }
td.TdClassName
{
border-color: #6F6741;
}
.TagClassName
{
border-color: #6F6741;
}
</style>