Shades of Kabul #655B53
Tints of Kabul #655B53
RGB
CMYK
RGB Variations
Color information
#655B53 (or 0x655B53) is known color: Kabul. HEX triplet: 65, 5B and 53. RGB value is (101,91,83). Sum of RGB (Red+Green+Blue) = 101+91+83=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 101 - color contains mainly: red. Hex color #655B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B53 is #9AA4AC. Grayscale: #5D5D5D. Windows color (decimal): -10134701 or 5462885. OLE color: 5462885.
HSL color Cylindrical-coordinate representation of color #655B53: hue angle of 26.67º 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 #655B53 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 83 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.60 |
| HSL | 26.67º | 0.1% | 0.36% | - |
| HSV(B) | 26.67º | 0.18% | 0.4% | - |
| XYZ | 10.67 | 10.87 | 9.72 | - |
| YUV | 93.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 83 | 0 | 0.10 | 0.18 | 0.60 | 26.67 | 0.1 | 0.36 |
| Hex | 65 | 5B | 53 | 0 | A | 12 | 3C | 1B | A | 24 |
| Octal | 145 | 133 | 123 | 0 | 12 | 22 | 74 | 33 | 12 | 44 |
| Binary | 1100101 | 1011011 | 1010011 | 0 | 1010 | 10010 | 111100 | 11011 | 1010 | 100100 |
Color Harmonies of #655B53
Complementary color
Monochromatic Colors of #655B53
Black with #655B53
Text Example
Text Example
White with #655B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B53; }
p { color: rgb(101,91,83); }
H1.HeaderClassName
{
color: #655B53;
}
.AnyTagClassName
{
color: #655B53;
}
</style>
background-color css
<style>
a { background-color: #655B53; }
a { background-color: rgb(101,91,83); }
div.DivClassName
{
background-color: #655B53;
}
.BgClassName
{
background-color: #655B53;
}
</style>
border-color css
<style>
span { border-color: #655B53; }
span { border-color: rgb(101,91,83); }
td.TdClassName
{
border-color: #655B53;
}
.TagClassName
{
border-color: #655B53;
}
</style>