Shades of Yellow Metal #6D633B
Tints of Yellow Metal #6D633B
RGB
CMYK
RGB Variations
Color information
#6D633B (or 0x6D633B) is known color: Yellow Metal. HEX triplet: 6D, 63 and 3B. RGB value is (109,99,59). Sum of RGB (Red+Green+Blue) = 109+99+59=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D633B is #929CC4. Grayscale: #616161. Windows color (decimal): -9608389 or 3892077. OLE color: 3892077.
HSL color Cylindrical-coordinate representation of color #6D633B: hue angle of 48º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D633B is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 59 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.57 |
| HSL | 48º | 0.3% | 0.33% | - |
| HSV(B) | 48º | 0.46% | 0.43% | - |
| XYZ | 11.56 | 12.49 | 5.94 | - |
| YUV | 97.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 59 | 0 | 0.09 | 0.46 | 0.57 | 48 | 0.3 | 0.33 |
| Hex | 6D | 63 | 3B | 0 | 9 | 2E | 39 | 30 | 1E | 21 |
| Octal | 155 | 143 | 73 | 0 | 11 | 56 | 71 | 60 | 36 | 41 |
| Binary | 1101101 | 1100011 | 111011 | 0 | 1001 | 101110 | 111001 | 110000 | 11110 | 100001 |
Color Harmonies of #6D633B
Complementary color
Monochromatic Colors of #6D633B
Black with #6D633B
Text Example
Text Example
White with #6D633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D633B; }
p { color: rgb(109,99,59); }
H1.HeaderClassName
{
color: #6D633B;
}
.AnyTagClassName
{
color: #6D633B;
}
</style>
background-color css
<style>
a { background-color: #6D633B; }
a { background-color: rgb(109,99,59); }
div.DivClassName
{
background-color: #6D633B;
}
.BgClassName
{
background-color: #6D633B;
}
</style>
border-color css
<style>
span { border-color: #6D633B; }
span { border-color: rgb(109,99,59); }
td.TdClassName
{
border-color: #6D633B;
}
.TagClassName
{
border-color: #6D633B;
}
</style>