Shades of Yellow Metal #6F673C
Tints of Yellow Metal #6F673C
RGB
CMYK
RGB Variations
Color information
#6F673C (or 0x6F673C) is known color: Yellow Metal. HEX triplet: 6F, 67 and 3C. RGB value is (111,103,60). Sum of RGB (Red+Green+Blue) = 111+103+60=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F673C is #9098C3. Grayscale: #646464. Windows color (decimal): -9476292 or 3958639. OLE color: 3958639.
HSL color Cylindrical-coordinate representation of color #6F673C: hue angle of 50.59º 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 #6F673C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 60 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.56 |
| HSL | 50.59º | 0.3% | 0.34% | - |
| HSV(B) | 50.59º | 0.46% | 0.44% | - |
| XYZ | 12.22 | 13.41 | 6.22 | - |
| YUV | 100.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 60 | 0 | 0.07 | 0.46 | 0.56 | 50.59 | 0.3 | 0.34 |
| Hex | 6F | 67 | 3C | 0 | 7 | 2E | 38 | 33 | 1E | 22 |
| Octal | 157 | 147 | 74 | 0 | 7 | 56 | 70 | 63 | 36 | 42 |
| Binary | 1101111 | 1100111 | 111100 | 0 | 111 | 101110 | 111000 | 110011 | 11110 | 100010 |
Color Harmonies of #6F673C
Complementary color
Monochromatic Colors of #6F673C
Black with #6F673C
Text Example
Text Example
White with #6F673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F673C; }
p { color: rgb(111,103,60); }
H1.HeaderClassName
{
color: #6F673C;
}
.AnyTagClassName
{
color: #6F673C;
}
</style>
background-color css
<style>
a { background-color: #6F673C; }
a { background-color: rgb(111,103,60); }
div.DivClassName
{
background-color: #6F673C;
}
.BgClassName
{
background-color: #6F673C;
}
</style>
border-color css
<style>
span { border-color: #6F673C; }
span { border-color: rgb(111,103,60); }
td.TdClassName
{
border-color: #6F673C;
}
.TagClassName
{
border-color: #6F673C;
}
</style>