Shades of Kabul #665B51
Tints of Kabul #665B51
RGB
CMYK
RGB Variations
Color information
#665B51 (or 0x665B51) is known color: Kabul. HEX triplet: 66, 5B and 51. RGB value is (102,91,81). Sum of RGB (Red+Green+Blue) = 102+91+81=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #665B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B51 is #99A4AE. Grayscale: #5D5D5D. Windows color (decimal): -10069167 or 5331814. OLE color: 5331814.
HSL color Cylindrical-coordinate representation of color #665B51: hue angle of 28.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665B51 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 81 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.6 |
| HSL | 28.57º | 0.11% | 0.36% | - |
| HSV(B) | 28.57º | 0.21% | 0.4% | - |
| XYZ | 10.71 | 10.9 | 9.32 | - |
| YUV | 93.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 81 | 0 | 0.11 | 0.21 | 0.6 | 28.57 | 0.11 | 0.36 |
| Hex | 66 | 5B | 51 | 0 | B | 15 | 3C | 1D | B | 24 |
| Octal | 146 | 133 | 121 | 0 | 13 | 25 | 74 | 35 | 13 | 44 |
| Binary | 1100110 | 1011011 | 1010001 | 0 | 1011 | 10101 | 111100 | 11101 | 1011 | 100100 |
Color Harmonies of #665B51
Complementary color
Monochromatic Colors of #665B51
Black with #665B51
Text Example
Text Example
White with #665B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B51; }
p { color: rgb(102,91,81); }
H1.HeaderClassName
{
color: #665B51;
}
.AnyTagClassName
{
color: #665B51;
}
</style>
background-color css
<style>
a { background-color: #665B51; }
a { background-color: rgb(102,91,81); }
div.DivClassName
{
background-color: #665B51;
}
.BgClassName
{
background-color: #665B51;
}
</style>
border-color css
<style>
span { border-color: #665B51; }
span { border-color: rgb(102,91,81); }
td.TdClassName
{
border-color: #665B51;
}
.TagClassName
{
border-color: #665B51;
}
</style>