Shades of Yellow Metal #6C633D
Tints of Yellow Metal #6C633D
RGB
CMYK
RGB Variations
Color information
#6C633D (or 0x6C633D) is known color: Yellow Metal. HEX triplet: 6C, 63 and 3D. RGB value is (108,99,61). Sum of RGB (Red+Green+Blue) = 108+99+61=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C633D is #939CC2. Grayscale: #616161. Windows color (decimal): -9673923 or 4023148. OLE color: 4023148.
HSL color Cylindrical-coordinate representation of color #6C633D: hue angle of 48.51º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C633D is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 99 | 61 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.58 |
| HSL | 48.51º | 0.28% | 0.33% | - |
| HSV(B) | 48.51º | 0.44% | 0.42% | - |
| XYZ | 11.49 | 12.45 | 6.21 | - |
| YUV | 97.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 61 | 0 | 0.08 | 0.44 | 0.58 | 48.51 | 0.28 | 0.33 |
| Hex | 6C | 63 | 3D | 0 | 8 | 2C | 3A | 31 | 1C | 21 |
| Octal | 154 | 143 | 75 | 0 | 10 | 54 | 72 | 61 | 34 | 41 |
| Binary | 1101100 | 1100011 | 111101 | 0 | 1000 | 101100 | 111010 | 110001 | 11100 | 100001 |
Color Harmonies of #6C633D
Complementary color
Monochromatic Colors of #6C633D
Black with #6C633D
Text Example
Text Example
White with #6C633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C633D; }
p { color: rgb(108,99,61); }
H1.HeaderClassName
{
color: #6C633D;
}
.AnyTagClassName
{
color: #6C633D;
}
</style>
background-color css
<style>
a { background-color: #6C633D; }
a { background-color: rgb(108,99,61); }
div.DivClassName
{
background-color: #6C633D;
}
.BgClassName
{
background-color: #6C633D;
}
</style>
border-color css
<style>
span { border-color: #6C633D; }
span { border-color: rgb(108,99,61); }
td.TdClassName
{
border-color: #6C633D;
}
.TagClassName
{
border-color: #6C633D;
}
</style>