Shades of Yellow Metal #6B613E
Tints of Yellow Metal #6B613E
RGB
CMYK
RGB Variations
Color information
#6B613E (or 0x6B613E) is known color: Yellow Metal. HEX triplet: 6B, 61 and 3E. RGB value is (107,97,62). Sum of RGB (Red+Green+Blue) = 107+97+62=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 107 - color contains mainly: red. Hex color #6B613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B613E is #949EC1. Grayscale: #606060. Windows color (decimal): -9739970 or 4088171. OLE color: 4088171.
HSL color Cylindrical-coordinate representation of color #6B613E: hue angle of 46.67º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B613E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 97 | 62 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.58 |
| HSL | 46.67º | 0.27% | 0.33% | - |
| HSV(B) | 46.67º | 0.42% | 0.42% | - |
| XYZ | 11.21 | 12.02 | 6.29 | - |
| YUV | 96 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 62 | 0 | 0.09 | 0.42 | 0.58 | 46.67 | 0.27 | 0.33 |
| Hex | 6B | 61 | 3E | 0 | 9 | 2A | 3A | 2F | 1B | 21 |
| Octal | 153 | 141 | 76 | 0 | 11 | 52 | 72 | 57 | 33 | 41 |
| Binary | 1101011 | 1100001 | 111110 | 0 | 1001 | 101010 | 111010 | 101111 | 11011 | 100001 |
Color Harmonies of #6B613E
Complementary color
Monochromatic Colors of #6B613E
Black with #6B613E
Text Example
Text Example
White with #6B613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B613E; }
p { color: rgb(107,97,62); }
H1.HeaderClassName
{
color: #6B613E;
}
.AnyTagClassName
{
color: #6B613E;
}
</style>
background-color css
<style>
a { background-color: #6B613E; }
a { background-color: rgb(107,97,62); }
div.DivClassName
{
background-color: #6B613E;
}
.BgClassName
{
background-color: #6B613E;
}
</style>
border-color css
<style>
span { border-color: #6B613E; }
span { border-color: rgb(107,97,62); }
td.TdClassName
{
border-color: #6B613E;
}
.TagClassName
{
border-color: #6B613E;
}
</style>