Shades of Kabul #665E57
Tints of Kabul #665E57
RGB
CMYK
RGB Variations
Color information
#665E57 (or 0x665E57) is known color: Kabul. HEX triplet: 66, 5E and 57. RGB value is (102,94,87). Sum of RGB (Red+Green+Blue) = 102+94+87=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #665E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E57 is #99A1A8. Grayscale: #5F5F5F. Windows color (decimal): -10068393 or 5725798. OLE color: 5725798.
HSL color Cylindrical-coordinate representation of color #665E57: hue angle of 28º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #665E57 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 94 | 87 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.6 |
| HSL | 28º | 0.08% | 0.37% | - |
| HSV(B) | 28º | 0.15% | 0.4% | - |
| XYZ | 11.2 | 11.52 | 10.65 | - |
| YUV | 95.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 87 | 0 | 0.08 | 0.15 | 0.6 | 28 | 0.08 | 0.37 |
| Hex | 66 | 5E | 57 | 0 | 8 | F | 3C | 1C | 8 | 25 |
| Octal | 146 | 136 | 127 | 0 | 10 | 17 | 74 | 34 | 10 | 45 |
| Binary | 1100110 | 1011110 | 1010111 | 0 | 1000 | 1111 | 111100 | 11100 | 1000 | 100101 |
Color Harmonies of #665E57
Complementary color
Monochromatic Colors of #665E57
Black with #665E57
Text Example
Text Example
White with #665E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665E57; }
p { color: rgb(102,94,87); }
H1.HeaderClassName
{
color: #665E57;
}
.AnyTagClassName
{
color: #665E57;
}
</style>
background-color css
<style>
a { background-color: #665E57; }
a { background-color: rgb(102,94,87); }
div.DivClassName
{
background-color: #665E57;
}
.BgClassName
{
background-color: #665E57;
}
</style>
border-color css
<style>
span { border-color: #665E57; }
span { border-color: rgb(102,94,87); }
td.TdClassName
{
border-color: #665E57;
}
.TagClassName
{
border-color: #665E57;
}
</style>