Shades of Kabul #6B6054
Tints of Kabul #6B6054
RGB
CMYK
RGB Variations
Color information
#6B6054 (or 0x6B6054) is known color: Kabul. HEX triplet: 6B, 60 and 54. RGB value is (107,96,84). Sum of RGB (Red+Green+Blue) = 107+96+84=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6054 is #949FAB. Grayscale: #616161. Windows color (decimal): -9740204 or 5529707. OLE color: 5529707.
HSL color Cylindrical-coordinate representation of color #6B6054: hue angle of 31.3º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B6054 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 96 | 84 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.58 |
| HSL | 31.3º | 0.12% | 0.37% | - |
| HSV(B) | 31.3º | 0.21% | 0.42% | - |
| XYZ | 11.85 | 12.13 | 10.1 | - |
| YUV | 97.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 96 | 84 | 0 | 0.10 | 0.21 | 0.58 | 31.3 | 0.12 | 0.37 |
| Hex | 6B | 60 | 54 | 0 | A | 15 | 3A | 1F | C | 25 |
| Octal | 153 | 140 | 124 | 0 | 12 | 25 | 72 | 37 | 14 | 45 |
| Binary | 1101011 | 1100000 | 1010100 | 0 | 1010 | 10101 | 111010 | 11111 | 1100 | 100101 |
Color Harmonies of #6B6054
Complementary color
Monochromatic Colors of #6B6054
Black with #6B6054
Text Example
Text Example
White with #6B6054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6054; }
p { color: rgb(107,96,84); }
H1.HeaderClassName
{
color: #6B6054;
}
.AnyTagClassName
{
color: #6B6054;
}
</style>
background-color css
<style>
a { background-color: #6B6054; }
a { background-color: rgb(107,96,84); }
div.DivClassName
{
background-color: #6B6054;
}
.BgClassName
{
background-color: #6B6054;
}
</style>
border-color css
<style>
span { border-color: #6B6054; }
span { border-color: rgb(107,96,84); }
td.TdClassName
{
border-color: #6B6054;
}
.TagClassName
{
border-color: #6B6054;
}
</style>