Shades of Yellow Metal #6C633A
Tints of Yellow Metal #6C633A
RGB
CMYK
RGB Variations
Color information
#6C633A (or 0x6C633A) is known color: Yellow Metal. HEX triplet: 6C, 63 and 3A. RGB value is (108,99,58). Sum of RGB (Red+Green+Blue) = 108+99+58=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 108 - color contains mainly: red. Hex color #6C633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C633A is #939CC5. Grayscale: #616161. Windows color (decimal): -9673926 or 3826540. OLE color: 3826540.
HSL color Cylindrical-coordinate representation of color #6C633A: hue angle of 49.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C633A is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 99 | 58 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.58 |
| HSL | 49.2º | 0.3% | 0.33% | - |
| HSV(B) | 49.2º | 0.46% | 0.42% | - |
| XYZ | 11.41 | 12.42 | 5.8 | - |
| YUV | 97.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 58 | 0 | 0.08 | 0.46 | 0.58 | 49.2 | 0.3 | 0.33 |
| Hex | 6C | 63 | 3A | 0 | 8 | 2E | 3A | 31 | 1E | 21 |
| Octal | 154 | 143 | 72 | 0 | 10 | 56 | 72 | 61 | 36 | 41 |
| Binary | 1101100 | 1100011 | 111010 | 0 | 1000 | 101110 | 111010 | 110001 | 11110 | 100001 |
Color Harmonies of #6C633A
Complementary color
Monochromatic Colors of #6C633A
Black with #6C633A
Text Example
Text Example
White with #6C633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C633A; }
p { color: rgb(108,99,58); }
H1.HeaderClassName
{
color: #6C633A;
}
.AnyTagClassName
{
color: #6C633A;
}
</style>
background-color css
<style>
a { background-color: #6C633A; }
a { background-color: rgb(108,99,58); }
div.DivClassName
{
background-color: #6C633A;
}
.BgClassName
{
background-color: #6C633A;
}
</style>
border-color css
<style>
span { border-color: #6C633A; }
span { border-color: rgb(108,99,58); }
td.TdClassName
{
border-color: #6C633A;
}
.TagClassName
{
border-color: #6C633A;
}
</style>