Shades of Kabul #675D56
Tints of Kabul #675D56
RGB
CMYK
RGB Variations
Color information
#675D56 (or 0x675D56) is known color: Kabul. HEX triplet: 67, 5D and 56. RGB value is (103,93,86). Sum of RGB (Red+Green+Blue) = 103+93+86=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #675D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D56 is #98A2A9. Grayscale: #5F5F5F. Windows color (decimal): -10003114 or 5660007. OLE color: 5660007.
HSL color Cylindrical-coordinate representation of color #675D56: hue angle of 24.71º 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 #675D56 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 86 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.60 |
| HSL | 24.71º | 0.09% | 0.37% | - |
| HSV(B) | 24.71º | 0.17% | 0.4% | - |
| XYZ | 11.19 | 11.38 | 10.41 | - |
| YUV | 95.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 86 | 0 | 0.10 | 0.17 | 0.60 | 24.71 | 0.09 | 0.37 |
| Hex | 67 | 5D | 56 | 0 | A | 11 | 3C | 19 | 9 | 25 |
| Octal | 147 | 135 | 126 | 0 | 12 | 21 | 74 | 31 | 11 | 45 |
| Binary | 1100111 | 1011101 | 1010110 | 0 | 1010 | 10001 | 111100 | 11001 | 1001 | 100101 |
Color Harmonies of #675D56
Complementary color
Monochromatic Colors of #675D56
Black with #675D56
Text Example
Text Example
White with #675D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D56; }
p { color: rgb(103,93,86); }
H1.HeaderClassName
{
color: #675D56;
}
.AnyTagClassName
{
color: #675D56;
}
</style>
background-color css
<style>
a { background-color: #675D56; }
a { background-color: rgb(103,93,86); }
div.DivClassName
{
background-color: #675D56;
}
.BgClassName
{
background-color: #675D56;
}
</style>
border-color css
<style>
span { border-color: #675D56; }
span { border-color: rgb(103,93,86); }
td.TdClassName
{
border-color: #675D56;
}
.TagClassName
{
border-color: #675D56;
}
</style>