Shades of Ironside Grey #6B6963
Tints of Ironside Grey #6B6963
RGB
CMYK
RGB Variations
Color information
#6B6963 (or 0x6B6963) is known color: Ironside Grey. HEX triplet: 6B, 69 and 63. RGB value is (107,105,99). Sum of RGB (Red+Green+Blue) = 107+105+99=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6963 is #94969C. Grayscale: #686868. Windows color (decimal): -9737885 or 6515051. OLE color: 6515051.
HSL color Cylindrical-coordinate representation of color #6B6963: hue angle of 45º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B6963 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 105 | 99 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.58 |
| HSL | 45º | 0.04% | 0.4% | - |
| HSV(B) | 45º | 0.07% | 0.42% | - |
| XYZ | 13.37 | 14.13 | 13.83 | - |
| YUV | 104.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 99 | 0 | 0.02 | 0.07 | 0.58 | 45 | 0.04 | 0.4 |
| Hex | 6B | 69 | 63 | 0 | 2 | 7 | 3A | 2D | 4 | 28 |
| Octal | 153 | 151 | 143 | 0 | 2 | 7 | 72 | 55 | 4 | 50 |
| Binary | 1101011 | 1101001 | 1100011 | 0 | 10 | 111 | 111010 | 101101 | 100 | 101000 |
Color Harmonies of #6B6963
Complementary color
Monochromatic Colors of #6B6963
Black with #6B6963
Text Example
Text Example
White with #6B6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6963; }
p { color: rgb(107,105,99); }
H1.HeaderClassName
{
color: #6B6963;
}
.AnyTagClassName
{
color: #6B6963;
}
</style>
background-color css
<style>
a { background-color: #6B6963; }
a { background-color: rgb(107,105,99); }
div.DivClassName
{
background-color: #6B6963;
}
.BgClassName
{
background-color: #6B6963;
}
</style>
border-color css
<style>
span { border-color: #6B6963; }
span { border-color: rgb(107,105,99); }
td.TdClassName
{
border-color: #6B6963;
}
.TagClassName
{
border-color: #6B6963;
}
</style>