Shades of Yellow Metal #7B693F
Tints of Yellow Metal #7B693F
RGB
CMYK
RGB Variations
Color information
#7B693F (or 0x7B693F) is known color: Yellow Metal. HEX triplet: 7B, 69 and 3F. RGB value is (123,105,63). Sum of RGB (Red+Green+Blue) = 123+105+63=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 123 - color contains mainly: red. Hex color #7B693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B693F is #8496C0. Grayscale: #696969. Windows color (decimal): -8689345 or 4155771. OLE color: 4155771.
HSL color Cylindrical-coordinate representation of color #7B693F: hue angle of 42º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B693F is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 63 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.52 |
| HSL | 42º | 0.32% | 0.36% | - |
| HSV(B) | 42º | 0.49% | 0.48% | - |
| XYZ | 14.12 | 14.67 | 6.79 | - |
| YUV | 105.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 63 | 0 | 0.15 | 0.49 | 0.52 | 42 | 0.32 | 0.36 |
| Hex | 7B | 69 | 3F | 0 | F | 31 | 34 | 2A | 20 | 24 |
| Octal | 173 | 151 | 77 | 0 | 17 | 61 | 64 | 52 | 40 | 44 |
| Binary | 1111011 | 1101001 | 111111 | 0 | 1111 | 110001 | 110100 | 101010 | 100000 | 100100 |
Color Harmonies of #7B693F
Complementary color
Monochromatic Colors of #7B693F
Black with #7B693F
Text Example
Text Example
White with #7B693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B693F; }
p { color: rgb(123,105,63); }
H1.HeaderClassName
{
color: #7B693F;
}
.AnyTagClassName
{
color: #7B693F;
}
</style>
background-color css
<style>
a { background-color: #7B693F; }
a { background-color: rgb(123,105,63); }
div.DivClassName
{
background-color: #7B693F;
}
.BgClassName
{
background-color: #7B693F;
}
</style>
border-color css
<style>
span { border-color: #7B693F; }
span { border-color: rgb(123,105,63); }
td.TdClassName
{
border-color: #7B693F;
}
.TagClassName
{
border-color: #7B693F;
}
</style>