Shades of Yellow Metal #6F683C
Tints of Yellow Metal #6F683C
RGB
CMYK
RGB Variations
Color information
#6F683C (or 0x6F683C) is known color: Yellow Metal. HEX triplet: 6F, 68 and 3C. RGB value is (111,104,60). Sum of RGB (Red+Green+Blue) = 111+104+60=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F683C is #9097C3. Grayscale: #656565. Windows color (decimal): -9476036 or 3958895. OLE color: 3958895.
HSL color Cylindrical-coordinate representation of color #6F683C: hue angle of 51.76º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F683C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 60 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.56 |
| HSL | 51.76º | 0.3% | 0.34% | - |
| HSV(B) | 51.76º | 0.46% | 0.44% | - |
| XYZ | 12.32 | 13.61 | 6.25 | - |
| YUV | 101.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 60 | 0 | 0.06 | 0.46 | 0.56 | 51.76 | 0.3 | 0.34 |
| Hex | 6F | 68 | 3C | 0 | 6 | 2E | 38 | 34 | 1E | 22 |
| Octal | 157 | 150 | 74 | 0 | 6 | 56 | 70 | 64 | 36 | 42 |
| Binary | 1101111 | 1101000 | 111100 | 0 | 110 | 101110 | 111000 | 110100 | 11110 | 100010 |
Color Harmonies of #6F683C
Complementary color
Monochromatic Colors of #6F683C
Black with #6F683C
Text Example
Text Example
White with #6F683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F683C; }
p { color: rgb(111,104,60); }
H1.HeaderClassName
{
color: #6F683C;
}
.AnyTagClassName
{
color: #6F683C;
}
</style>
background-color css
<style>
a { background-color: #6F683C; }
a { background-color: rgb(111,104,60); }
div.DivClassName
{
background-color: #6F683C;
}
.BgClassName
{
background-color: #6F683C;
}
</style>
border-color css
<style>
span { border-color: #6F683C; }
span { border-color: rgb(111,104,60); }
td.TdClassName
{
border-color: #6F683C;
}
.TagClassName
{
border-color: #6F683C;
}
</style>