Shades of Yellow Metal #6F6641
Tints of Yellow Metal #6F6641
RGB
CMYK
RGB Variations
Color information
#6F6641 (or 0x6F6641) is known color: Yellow Metal. HEX triplet: 6F, 66 and 41. RGB value is (111,102,65). Sum of RGB (Red+Green+Blue) = 111+102+65=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6641 is #9099BE. Grayscale: #646464. Windows color (decimal): -9476543 or 4286063. OLE color: 4286063.
HSL color Cylindrical-coordinate representation of color #6F6641: hue angle of 48.26º 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 #6F6641 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 65 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.56 |
| HSL | 48.26º | 0.26% | 0.35% | - |
| HSV(B) | 48.26º | 0.41% | 0.44% | - |
| XYZ | 12.26 | 13.26 | 6.91 | - |
| YUV | 100.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 65 | 0 | 0.08 | 0.41 | 0.56 | 48.26 | 0.26 | 0.35 |
| Hex | 6F | 66 | 41 | 0 | 8 | 29 | 38 | 30 | 1A | 23 |
| Octal | 157 | 146 | 101 | 0 | 10 | 51 | 70 | 60 | 32 | 43 |
| Binary | 1101111 | 1100110 | 1000001 | 0 | 1000 | 101001 | 111000 | 110000 | 11010 | 100011 |
Color Harmonies of #6F6641
Complementary color
Monochromatic Colors of #6F6641
Black with #6F6641
Text Example
Text Example
White with #6F6641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6641; }
p { color: rgb(111,102,65); }
H1.HeaderClassName
{
color: #6F6641;
}
.AnyTagClassName
{
color: #6F6641;
}
</style>
background-color css
<style>
a { background-color: #6F6641; }
a { background-color: rgb(111,102,65); }
div.DivClassName
{
background-color: #6F6641;
}
.BgClassName
{
background-color: #6F6641;
}
</style>
border-color css
<style>
span { border-color: #6F6641; }
span { border-color: rgb(111,102,65); }
td.TdClassName
{
border-color: #6F6641;
}
.TagClassName
{
border-color: #6F6641;
}
</style>