Shades of Yellow Metal #6B623D
Tints of Yellow Metal #6B623D
RGB
CMYK
RGB Variations
Color information
#6B623D (or 0x6B623D) is known color: Yellow Metal. HEX triplet: 6B, 62 and 3D. RGB value is (107,98,61). Sum of RGB (Red+Green+Blue) = 107+98+61=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 107 - color contains mainly: red. Hex color #6B623D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B623D is #949DC2. Grayscale: #606060. Windows color (decimal): -9739715 or 4022891. OLE color: 4022891.
HSL color Cylindrical-coordinate representation of color #6B623D: hue angle of 48.26º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B623D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 98 | 61 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.58 |
| HSL | 48.26º | 0.27% | 0.33% | - |
| HSV(B) | 48.26º | 0.43% | 0.42% | - |
| XYZ | 11.27 | 12.2 | 6.18 | - |
| YUV | 96.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 61 | 0 | 0.08 | 0.43 | 0.58 | 48.26 | 0.27 | 0.33 |
| Hex | 6B | 62 | 3D | 0 | 8 | 2B | 3A | 30 | 1B | 21 |
| Octal | 153 | 142 | 75 | 0 | 10 | 53 | 72 | 60 | 33 | 41 |
| Binary | 1101011 | 1100010 | 111101 | 0 | 1000 | 101011 | 111010 | 110000 | 11011 | 100001 |
Color Harmonies of #6B623D
Complementary color
Monochromatic Colors of #6B623D
Black with #6B623D
Text Example
Text Example
White with #6B623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B623D; }
p { color: rgb(107,98,61); }
H1.HeaderClassName
{
color: #6B623D;
}
.AnyTagClassName
{
color: #6B623D;
}
</style>
background-color css
<style>
a { background-color: #6B623D; }
a { background-color: rgb(107,98,61); }
div.DivClassName
{
background-color: #6B623D;
}
.BgClassName
{
background-color: #6B623D;
}
</style>
border-color css
<style>
span { border-color: #6B623D; }
span { border-color: rgb(107,98,61); }
td.TdClassName
{
border-color: #6B623D;
}
.TagClassName
{
border-color: #6B623D;
}
</style>