Shades of Kabul #675E56
Tints of Kabul #675E56
RGB
CMYK
RGB Variations
Color information
#675E56 (or 0x675E56) is known color: Kabul. HEX triplet: 67, 5E and 56. RGB value is (103,94,86). Sum of RGB (Red+Green+Blue) = 103+94+86=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #675E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675E56 is #98A1A9. Grayscale: #5F5F5F. Windows color (decimal): -10002858 or 5660263. OLE color: 5660263.
HSL color Cylindrical-coordinate representation of color #675E56: hue angle of 28.24º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #675E56 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 94 | 86 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.60 |
| HSL | 28.24º | 0.09% | 0.37% | - |
| HSV(B) | 28.24º | 0.17% | 0.4% | - |
| XYZ | 11.28 | 11.56 | 10.44 | - |
| YUV | 95.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 86 | 0 | 0.09 | 0.17 | 0.60 | 28.24 | 0.09 | 0.37 |
| Hex | 67 | 5E | 56 | 0 | 9 | 11 | 3C | 1C | 9 | 25 |
| Octal | 147 | 136 | 126 | 0 | 11 | 21 | 74 | 34 | 11 | 45 |
| Binary | 1100111 | 1011110 | 1010110 | 0 | 1001 | 10001 | 111100 | 11100 | 1001 | 100101 |
Color Harmonies of #675E56
Complementary color
Monochromatic Colors of #675E56
Black with #675E56
Text Example
Text Example
White with #675E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675E56; }
p { color: rgb(103,94,86); }
H1.HeaderClassName
{
color: #675E56;
}
.AnyTagClassName
{
color: #675E56;
}
</style>
background-color css
<style>
a { background-color: #675E56; }
a { background-color: rgb(103,94,86); }
div.DivClassName
{
background-color: #675E56;
}
.BgClassName
{
background-color: #675E56;
}
</style>
border-color css
<style>
span { border-color: #675E56; }
span { border-color: rgb(103,94,86); }
td.TdClassName
{
border-color: #675E56;
}
.TagClassName
{
border-color: #675E56;
}
</style>