Shades of Yellow Metal #6F5D38
Tints of Yellow Metal #6F5D38
RGB
CMYK
RGB Variations
Color information
#6F5D38 (or 0x6F5D38) is known color: Yellow Metal. HEX triplet: 6F, 5D and 38. RGB value is (111,93,56). Sum of RGB (Red+Green+Blue) = 111+93+56=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D38 is #90A2C7. Grayscale: #5E5E5E. Windows color (decimal): -9478856 or 3693935. OLE color: 3693935.
HSL color Cylindrical-coordinate representation of color #6F5D38: hue angle of 40.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F5D38 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 56 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.56 |
| HSL | 40.36º | 0.33% | 0.33% | - |
| HSV(B) | 40.36º | 0.5% | 0.44% | - |
| XYZ | 11.18 | 11.49 | 5.37 | - |
| YUV | 94.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 56 | 0 | 0.16 | 0.50 | 0.56 | 40.36 | 0.33 | 0.33 |
| Hex | 6F | 5D | 38 | 0 | 10 | 32 | 38 | 28 | 21 | 21 |
| Octal | 157 | 135 | 70 | 0 | 20 | 62 | 70 | 50 | 41 | 41 |
| Binary | 1101111 | 1011101 | 111000 | 0 | 10000 | 110010 | 111000 | 101000 | 100001 | 100001 |
Color Harmonies of #6F5D38
Complementary color
Monochromatic Colors of #6F5D38
Black with #6F5D38
Text Example
Text Example
White with #6F5D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D38; }
p { color: rgb(111,93,56); }
H1.HeaderClassName
{
color: #6F5D38;
}
.AnyTagClassName
{
color: #6F5D38;
}
</style>
background-color css
<style>
a { background-color: #6F5D38; }
a { background-color: rgb(111,93,56); }
div.DivClassName
{
background-color: #6F5D38;
}
.BgClassName
{
background-color: #6F5D38;
}
</style>
border-color css
<style>
span { border-color: #6F5D38; }
span { border-color: rgb(111,93,56); }
td.TdClassName
{
border-color: #6F5D38;
}
.TagClassName
{
border-color: #6F5D38;
}
</style>