Shades of Kabul #68615B
Tints of Kabul #68615B
RGB
CMYK
RGB Variations
Color information
#68615B (or 0x68615B) is known color: Kabul. HEX triplet: 68, 61 and 5B. RGB value is (104,97,91). Sum of RGB (Red+Green+Blue) = 104+97+91=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #68615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68615B is #979EA4. Grayscale: #626262. Windows color (decimal): -9936549 or 5988712. OLE color: 5988712.
HSL color Cylindrical-coordinate representation of color #68615B: hue angle of 27.69º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68615B is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 91 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.59 |
| HSL | 27.69º | 0.07% | 0.38% | - |
| HSV(B) | 27.69º | 0.13% | 0.41% | - |
| XYZ | 11.87 | 12.25 | 11.64 | - |
| YUV | 98.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 91 | 0 | 0.07 | 0.12 | 0.59 | 27.69 | 0.07 | 0.38 |
| Hex | 68 | 61 | 5B | 0 | 7 | C | 3B | 1C | 7 | 26 |
| Octal | 150 | 141 | 133 | 0 | 7 | 14 | 73 | 34 | 7 | 46 |
| Binary | 1101000 | 1100001 | 1011011 | 0 | 111 | 1100 | 111011 | 11100 | 111 | 100110 |
Color Harmonies of #68615B
Complementary color
Monochromatic Colors of #68615B
Black with #68615B
Text Example
Text Example
White with #68615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68615B; }
p { color: rgb(104,97,91); }
H1.HeaderClassName
{
color: #68615B;
}
.AnyTagClassName
{
color: #68615B;
}
</style>
background-color css
<style>
a { background-color: #68615B; }
a { background-color: rgb(104,97,91); }
div.DivClassName
{
background-color: #68615B;
}
.BgClassName
{
background-color: #68615B;
}
</style>
border-color css
<style>
span { border-color: #68615B; }
span { border-color: rgb(104,97,91); }
td.TdClassName
{
border-color: #68615B;
}
.TagClassName
{
border-color: #68615B;
}
</style>