Shades of Yellow Metal #6F663C
Tints of Yellow Metal #6F663C
RGB
CMYK
RGB Variations
Color information
#6F663C (or 0x6F663C) is known color: Yellow Metal. HEX triplet: 6F, 66 and 3C. RGB value is (111,102,60). Sum of RGB (Red+Green+Blue) = 111+102+60=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F663C is #9099C3. Grayscale: #646464. Windows color (decimal): -9476548 or 3958383. OLE color: 3958383.
HSL color Cylindrical-coordinate representation of color #6F663C: hue angle of 49.41º 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 #6F663C is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 60 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.56 |
| HSL | 49.41º | 0.3% | 0.34% | - |
| HSV(B) | 49.41º | 0.46% | 0.44% | - |
| XYZ | 12.12 | 13.21 | 6.19 | - |
| YUV | 99.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 60 | 0 | 0.08 | 0.46 | 0.56 | 49.41 | 0.3 | 0.34 |
| Hex | 6F | 66 | 3C | 0 | 8 | 2E | 38 | 31 | 1E | 22 |
| Octal | 157 | 146 | 74 | 0 | 10 | 56 | 70 | 61 | 36 | 42 |
| Binary | 1101111 | 1100110 | 111100 | 0 | 1000 | 101110 | 111000 | 110001 | 11110 | 100010 |
Color Harmonies of #6F663C
Complementary color
Monochromatic Colors of #6F663C
Black with #6F663C
Text Example
Text Example
White with #6F663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F663C; }
p { color: rgb(111,102,60); }
H1.HeaderClassName
{
color: #6F663C;
}
.AnyTagClassName
{
color: #6F663C;
}
</style>
background-color css
<style>
a { background-color: #6F663C; }
a { background-color: rgb(111,102,60); }
div.DivClassName
{
background-color: #6F663C;
}
.BgClassName
{
background-color: #6F663C;
}
</style>
border-color css
<style>
span { border-color: #6F663C; }
span { border-color: rgb(111,102,60); }
td.TdClassName
{
border-color: #6F663C;
}
.TagClassName
{
border-color: #6F663C;
}
</style>