Shades of Yellow Metal #6F633B
Tints of Yellow Metal #6F633B
RGB
CMYK
RGB Variations
Color information
#6F633B (or 0x6F633B) is known color: Yellow Metal. HEX triplet: 6F, 63 and 3B. RGB value is (111,99,59). Sum of RGB (Red+Green+Blue) = 111+99+59=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F633B is #909CC4. Grayscale: #626262. Windows color (decimal): -9477317 or 3892079. OLE color: 3892079.
HSL color Cylindrical-coordinate representation of color #6F633B: hue angle of 46.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F633B is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 59 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.56 |
| HSL | 46.15º | 0.31% | 0.33% | - |
| HSV(B) | 46.15º | 0.47% | 0.44% | - |
| XYZ | 11.81 | 12.62 | 5.95 | - |
| YUV | 98.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 59 | 0 | 0.11 | 0.47 | 0.56 | 46.15 | 0.31 | 0.33 |
| Hex | 6F | 63 | 3B | 0 | B | 2F | 38 | 2E | 1F | 21 |
| Octal | 157 | 143 | 73 | 0 | 13 | 57 | 70 | 56 | 37 | 41 |
| Binary | 1101111 | 1100011 | 111011 | 0 | 1011 | 101111 | 111000 | 101110 | 11111 | 100001 |
Color Harmonies of #6F633B
Complementary color
Monochromatic Colors of #6F633B
Black with #6F633B
Text Example
Text Example
White with #6F633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F633B; }
p { color: rgb(111,99,59); }
H1.HeaderClassName
{
color: #6F633B;
}
.AnyTagClassName
{
color: #6F633B;
}
</style>
background-color css
<style>
a { background-color: #6F633B; }
a { background-color: rgb(111,99,59); }
div.DivClassName
{
background-color: #6F633B;
}
.BgClassName
{
background-color: #6F633B;
}
</style>
border-color css
<style>
span { border-color: #6F633B; }
span { border-color: rgb(111,99,59); }
td.TdClassName
{
border-color: #6F633B;
}
.TagClassName
{
border-color: #6F633B;
}
</style>