Shades of Yellow Metal #6C633C
Tints of Yellow Metal #6C633C
RGB
CMYK
RGB Variations
Color information
#6C633C (or 0x6C633C) is known color: Yellow Metal. HEX triplet: 6C, 63 and 3C. RGB value is (108,99,60). Sum of RGB (Red+Green+Blue) = 108+99+60=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 108 - color contains mainly: red. Hex color #6C633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C633C is #939CC3. Grayscale: #616161. Windows color (decimal): -9673924 or 3957612. OLE color: 3957612.
HSL color Cylindrical-coordinate representation of color #6C633C: hue angle of 48.75º degrees, saturation: 0.29, 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 #6C633C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 99 | 60 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.58 |
| HSL | 48.75º | 0.29% | 0.33% | - |
| HSV(B) | 48.75º | 0.44% | 0.42% | - |
| XYZ | 11.46 | 12.44 | 6.07 | - |
| YUV | 97.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 60 | 0 | 0.08 | 0.44 | 0.58 | 48.75 | 0.29 | 0.33 |
| Hex | 6C | 63 | 3C | 0 | 8 | 2C | 3A | 31 | 1D | 21 |
| Octal | 154 | 143 | 74 | 0 | 10 | 54 | 72 | 61 | 35 | 41 |
| Binary | 1101100 | 1100011 | 111100 | 0 | 1000 | 101100 | 111010 | 110001 | 11101 | 100001 |
Color Harmonies of #6C633C
Complementary color
Monochromatic Colors of #6C633C
Black with #6C633C
Text Example
Text Example
White with #6C633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C633C; }
p { color: rgb(108,99,60); }
H1.HeaderClassName
{
color: #6C633C;
}
.AnyTagClassName
{
color: #6C633C;
}
</style>
background-color css
<style>
a { background-color: #6C633C; }
a { background-color: rgb(108,99,60); }
div.DivClassName
{
background-color: #6C633C;
}
.BgClassName
{
background-color: #6C633C;
}
</style>
border-color css
<style>
span { border-color: #6C633C; }
span { border-color: rgb(108,99,60); }
td.TdClassName
{
border-color: #6C633C;
}
.TagClassName
{
border-color: #6C633C;
}
</style>