Shades of Kabul #665F5A
Tints of Kabul #665F5A
RGB
CMYK
RGB Variations
Color information
#665F5A (or 0x665F5A) is known color: Kabul. HEX triplet: 66, 5F and 5A. RGB value is (102,95,90). Sum of RGB (Red+Green+Blue) = 102+95+90=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 102 - color contains mainly: red. Hex color #665F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F5A is #99A0A5. Grayscale: #606060. Windows color (decimal): -10068134 or 5922662. OLE color: 5922662.
HSL color Cylindrical-coordinate representation of color #665F5A: hue angle of 25º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #665F5A is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 90 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.6 |
| HSL | 25º | 0.06% | 0.38% | - |
| HSV(B) | 25º | 0.12% | 0.4% | - |
| XYZ | 11.42 | 11.75 | 11.34 | - |
| YUV | 96.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 90 | 0 | 0.07 | 0.12 | 0.6 | 25 | 0.06 | 0.38 |
| Hex | 66 | 5F | 5A | 0 | 7 | C | 3C | 19 | 6 | 26 |
| Octal | 146 | 137 | 132 | 0 | 7 | 14 | 74 | 31 | 6 | 46 |
| Binary | 1100110 | 1011111 | 1011010 | 0 | 111 | 1100 | 111100 | 11001 | 110 | 100110 |
Color Harmonies of #665F5A
Complementary color
Monochromatic Colors of #665F5A
Black with #665F5A
Text Example
Text Example
White with #665F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F5A; }
p { color: rgb(102,95,90); }
H1.HeaderClassName
{
color: #665F5A;
}
.AnyTagClassName
{
color: #665F5A;
}
</style>
background-color css
<style>
a { background-color: #665F5A; }
a { background-color: rgb(102,95,90); }
div.DivClassName
{
background-color: #665F5A;
}
.BgClassName
{
background-color: #665F5A;
}
</style>
border-color css
<style>
span { border-color: #665F5A; }
span { border-color: rgb(102,95,90); }
td.TdClassName
{
border-color: #665F5A;
}
.TagClassName
{
border-color: #665F5A;
}
</style>