Shades of Kabul #665B54
Tints of Kabul #665B54
RGB
CMYK
RGB Variations
Color information
#665B54 (or 0x665B54) is known color: Kabul. HEX triplet: 66, 5B and 54. RGB value is (102,91,84). Sum of RGB (Red+Green+Blue) = 102+91+84=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #665B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B54 is #99A4AB. Grayscale: #5D5D5D. Windows color (decimal): -10069164 or 5528422. OLE color: 5528422.
HSL color Cylindrical-coordinate representation of color #665B54: hue angle of 23.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665B54 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 84 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.6 |
| HSL | 23.33º | 0.1% | 0.36% | - |
| HSV(B) | 23.33º | 0.18% | 0.4% | - |
| XYZ | 10.82 | 10.95 | 9.93 | - |
| YUV | 93.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 84 | 0 | 0.11 | 0.18 | 0.6 | 23.33 | 0.1 | 0.36 |
| Hex | 66 | 5B | 54 | 0 | B | 12 | 3C | 17 | A | 24 |
| Octal | 146 | 133 | 124 | 0 | 13 | 22 | 74 | 27 | 12 | 44 |
| Binary | 1100110 | 1011011 | 1010100 | 0 | 1011 | 10010 | 111100 | 10111 | 1010 | 100100 |
Color Harmonies of #665B54
Complementary color
Monochromatic Colors of #665B54
Black with #665B54
Text Example
Text Example
White with #665B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B54; }
p { color: rgb(102,91,84); }
H1.HeaderClassName
{
color: #665B54;
}
.AnyTagClassName
{
color: #665B54;
}
</style>
background-color css
<style>
a { background-color: #665B54; }
a { background-color: rgb(102,91,84); }
div.DivClassName
{
background-color: #665B54;
}
.BgClassName
{
background-color: #665B54;
}
</style>
border-color css
<style>
span { border-color: #665B54; }
span { border-color: rgb(102,91,84); }
td.TdClassName
{
border-color: #665B54;
}
.TagClassName
{
border-color: #665B54;
}
</style>