Shades of Kabul #68625D
Tints of Kabul #68625D
RGB
CMYK
RGB Variations
Color information
#68625D (or 0x68625D) is known color: Kabul. HEX triplet: 68, 62 and 5D. RGB value is (104,98,93). Sum of RGB (Red+Green+Blue) = 104+98+93=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #68625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68625D is #979DA2. Grayscale: #636363. Windows color (decimal): -9936291 or 6120040. OLE color: 6120040.
HSL color Cylindrical-coordinate representation of color #68625D: hue angle of 27.27º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #68625D is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 93 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.59 |
| HSL | 27.27º | 0.06% | 0.39% | - |
| HSV(B) | 27.27º | 0.11% | 0.41% | - |
| XYZ | 12.05 | 12.47 | 12.13 | - |
| YUV | 99.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 93 | 0 | 0.06 | 0.11 | 0.59 | 27.27 | 0.06 | 0.39 |
| Hex | 68 | 62 | 5D | 0 | 6 | B | 3B | 1B | 6 | 27 |
| Octal | 150 | 142 | 135 | 0 | 6 | 13 | 73 | 33 | 6 | 47 |
| Binary | 1101000 | 1100010 | 1011101 | 0 | 110 | 1011 | 111011 | 11011 | 110 | 100111 |
Color Harmonies of #68625D
Complementary color
Monochromatic Colors of #68625D
Black with #68625D
Text Example
Text Example
White with #68625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68625D; }
p { color: rgb(104,98,93); }
H1.HeaderClassName
{
color: #68625D;
}
.AnyTagClassName
{
color: #68625D;
}
</style>
background-color css
<style>
a { background-color: #68625D; }
a { background-color: rgb(104,98,93); }
div.DivClassName
{
background-color: #68625D;
}
.BgClassName
{
background-color: #68625D;
}
</style>
border-color css
<style>
span { border-color: #68625D; }
span { border-color: rgb(104,98,93); }
td.TdClassName
{
border-color: #68625D;
}
.TagClassName
{
border-color: #68625D;
}
</style>