Shades of Yellow Metal #6B623C
Tints of Yellow Metal #6B623C
RGB
CMYK
RGB Variations
Color information
#6B623C (or 0x6B623C) is known color: Yellow Metal. HEX triplet: 6B, 62 and 3C. RGB value is (107,98,60). Sum of RGB (Red+Green+Blue) = 107+98+60=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B623C is #949DC3. Grayscale: #606060. Windows color (decimal): -9739716 or 3957355. OLE color: 3957355.
HSL color Cylindrical-coordinate representation of color #6B623C: 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 #6B623C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 98 | 60 | - |
| 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.25 | 12.19 | 6.03 | - |
| YUV | 96.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 60 | 0 | 0.08 | 0.44 | 0.58 | 48.51 | 0.28 | 0.33 |
| Hex | 6B | 62 | 3C | 0 | 8 | 2C | 3A | 31 | 1C | 21 |
| Octal | 153 | 142 | 74 | 0 | 10 | 54 | 72 | 61 | 34 | 41 |
| Binary | 1101011 | 1100010 | 111100 | 0 | 1000 | 101100 | 111010 | 110001 | 11100 | 100001 |
Color Harmonies of #6B623C
Complementary color
Monochromatic Colors of #6B623C
Black with #6B623C
Text Example
Text Example
White with #6B623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B623C; }
p { color: rgb(107,98,60); }
H1.HeaderClassName
{
color: #6B623C;
}
.AnyTagClassName
{
color: #6B623C;
}
</style>
background-color css
<style>
a { background-color: #6B623C; }
a { background-color: rgb(107,98,60); }
div.DivClassName
{
background-color: #6B623C;
}
.BgClassName
{
background-color: #6B623C;
}
</style>
border-color css
<style>
span { border-color: #6B623C; }
span { border-color: rgb(107,98,60); }
td.TdClassName
{
border-color: #6B623C;
}
.TagClassName
{
border-color: #6B623C;
}
</style>