Shades of Kabul #6B5E51
Tints of Kabul #6B5E51
RGB
CMYK
RGB Variations
Color information
#6B5E51 (or 0x6B5E51) is known color: Kabul. HEX triplet: 6B, 5E and 51. RGB value is (107,94,81). Sum of RGB (Red+Green+Blue) = 107+94+81=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E51 is #94A1AE. Grayscale: #606060. Windows color (decimal): -9740719 or 5332587. OLE color: 5332587.
HSL color Cylindrical-coordinate representation of color #6B5E51: hue angle of 30º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B5E51 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 94 | 81 | - |
CMYK | 0 | 0.12 | 0.24 | 0.58 |
HSL | 30º | 0.14% | 0.37% | - |
HSV(B) | 30º | 0.24% | 0.42% | - |
XYZ | 11.55 | 11.73 | 9.44 | - |
YUV | 96.41 | 119.31 | 135.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 94 | 81 | 0 | 0.12 | 0.24 | 0.58 | 30 | 0.14 | 0.37 |
Hex | 6B | 5E | 51 | 0 | C | 18 | 3A | 1E | E | 25 |
Octal | 153 | 136 | 121 | 0 | 14 | 30 | 72 | 36 | 16 | 45 |
Binary | 1101011 | 1011110 | 1010001 | 0 | 1100 | 11000 | 111010 | 11110 | 1110 | 100101 |
Color Harmonies of #6B5E51
Complementary color
Monochromatic Colors of #6B5E51
Black with #6B5E51
Text Example
Text Example
White with #6B5E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E51; }
p { color: rgb(107,94,81); }
H1.HeaderClassName
{
color: #6B5E51;
}
.AnyTagClassName
{
color: #6B5E51;
}
</style>
background-color css
<style>
a { background-color: #6B5E51; }
a { background-color: rgb(107,94,81); }
div.DivClassName
{
background-color: #6B5E51;
}
.BgClassName
{
background-color: #6B5E51;
}
</style>
border-color css
<style>
span { border-color: #6B5E51; }
span { border-color: rgb(107,94,81); }
td.TdClassName
{
border-color: #6B5E51;
}
.TagClassName
{
border-color: #6B5E51;
}
</style>