Shades of Kabul #68584F
Tints of Kabul #68584F
RGB
CMYK
RGB Variations
Color information
#68584F (or 0x68584F) is known color: Kabul. HEX triplet: 68, 58 and 4F. RGB value is (104,88,79). Sum of RGB (Red+Green+Blue) = 104+88+79=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #68584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68584F is #97A7B0. Grayscale: #5B5B5B. Windows color (decimal): -9938865 or 5199976. OLE color: 5199976.
HSL color Cylindrical-coordinate representation of color #68584F: hue angle of 21.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68584F is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 88 | 79 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.59 |
| HSL | 21.6º | 0.14% | 0.36% | - |
| HSV(B) | 21.6º | 0.24% | 0.41% | - |
| XYZ | 10.61 | 10.49 | 8.86 | - |
| YUV | 91.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 79 | 0 | 0.15 | 0.24 | 0.59 | 21.6 | 0.14 | 0.36 |
| Hex | 68 | 58 | 4F | 0 | F | 18 | 3B | 16 | E | 24 |
| Octal | 150 | 130 | 117 | 0 | 17 | 30 | 73 | 26 | 16 | 44 |
| Binary | 1101000 | 1011000 | 1001111 | 0 | 1111 | 11000 | 111011 | 10110 | 1110 | 100100 |
Color Harmonies of #68584F
Complementary color
Monochromatic Colors of #68584F
Black with #68584F
Text Example
Text Example
White with #68584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68584F; }
p { color: rgb(104,88,79); }
H1.HeaderClassName
{
color: #68584F;
}
.AnyTagClassName
{
color: #68584F;
}
</style>
background-color css
<style>
a { background-color: #68584F; }
a { background-color: rgb(104,88,79); }
div.DivClassName
{
background-color: #68584F;
}
.BgClassName
{
background-color: #68584F;
}
</style>
border-color css
<style>
span { border-color: #68584F; }
span { border-color: rgb(104,88,79); }
td.TdClassName
{
border-color: #68584F;
}
.TagClassName
{
border-color: #68584F;
}
</style>