Shades of Kabul #675D54
Tints of Kabul #675D54
RGB
CMYK
RGB Variations
Color information
#675D54 (or 0x675D54) is known color: Kabul. HEX triplet: 67, 5D and 54. RGB value is (103,93,84). Sum of RGB (Red+Green+Blue) = 103+93+84=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 103 - color contains mainly: red. Hex color #675D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D54 is #98A2AB. Grayscale: #5F5F5F. Windows color (decimal): -10003116 or 5528935. OLE color: 5528935.
HSL color Cylindrical-coordinate representation of color #675D54: hue angle of 28.42º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #675D54 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 84 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.60 |
| HSL | 28.42º | 0.1% | 0.37% | - |
| HSV(B) | 28.42º | 0.18% | 0.4% | - |
| XYZ | 11.11 | 11.35 | 9.99 | - |
| YUV | 94.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 84 | 0 | 0.10 | 0.18 | 0.60 | 28.42 | 0.1 | 0.37 |
| Hex | 67 | 5D | 54 | 0 | A | 12 | 3C | 1C | A | 25 |
| Octal | 147 | 135 | 124 | 0 | 12 | 22 | 74 | 34 | 12 | 45 |
| Binary | 1100111 | 1011101 | 1010100 | 0 | 1010 | 10010 | 111100 | 11100 | 1010 | 100101 |
Color Harmonies of #675D54
Complementary color
Monochromatic Colors of #675D54
Black with #675D54
Text Example
Text Example
White with #675D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D54; }
p { color: rgb(103,93,84); }
H1.HeaderClassName
{
color: #675D54;
}
.AnyTagClassName
{
color: #675D54;
}
</style>
background-color css
<style>
a { background-color: #675D54; }
a { background-color: rgb(103,93,84); }
div.DivClassName
{
background-color: #675D54;
}
.BgClassName
{
background-color: #675D54;
}
</style>
border-color css
<style>
span { border-color: #675D54; }
span { border-color: rgb(103,93,84); }
td.TdClassName
{
border-color: #675D54;
}
.TagClassName
{
border-color: #675D54;
}
</style>