Shades of Kabul #675B53
Tints of Kabul #675B53
RGB
CMYK
RGB Variations
Color information
#675B53 (or 0x675B53) is known color: Kabul. HEX triplet: 67, 5B and 53. RGB value is (103,91,83). Sum of RGB (Red+Green+Blue) = 103+91+83=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 103 - color contains mainly: red. Hex color #675B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B53 is #98A4AC. Grayscale: #5D5D5D. Windows color (decimal): -10003629 or 5462887. OLE color: 5462887.
HSL color Cylindrical-coordinate representation of color #675B53: hue angle of 24º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #675B53 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 83 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.60 |
| HSL | 24º | 0.11% | 0.36% | - |
| HSV(B) | 24º | 0.19% | 0.4% | - |
| XYZ | 10.9 | 10.99 | 9.73 | - |
| YUV | 93.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 83 | 0 | 0.12 | 0.19 | 0.60 | 24 | 0.11 | 0.36 |
| Hex | 67 | 5B | 53 | 0 | C | 13 | 3C | 18 | B | 24 |
| Octal | 147 | 133 | 123 | 0 | 14 | 23 | 74 | 30 | 13 | 44 |
| Binary | 1100111 | 1011011 | 1010011 | 0 | 1100 | 10011 | 111100 | 11000 | 1011 | 100100 |
Color Harmonies of #675B53
Complementary color
Monochromatic Colors of #675B53
Black with #675B53
Text Example
Text Example
White with #675B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B53; }
p { color: rgb(103,91,83); }
H1.HeaderClassName
{
color: #675B53;
}
.AnyTagClassName
{
color: #675B53;
}
</style>
background-color css
<style>
a { background-color: #675B53; }
a { background-color: rgb(103,91,83); }
div.DivClassName
{
background-color: #675B53;
}
.BgClassName
{
background-color: #675B53;
}
</style>
border-color css
<style>
span { border-color: #675B53; }
span { border-color: rgb(103,91,83); }
td.TdClassName
{
border-color: #675B53;
}
.TagClassName
{
border-color: #675B53;
}
</style>