Shades of Kabul #67625D
Tints of Kabul #67625D
RGB
CMYK
RGB Variations
Color information
#67625D (or 0x67625D) is known color: Kabul. HEX triplet: 67, 62 and 5D. RGB value is (103,98,93). Sum of RGB (Red+Green+Blue) = 103+98+93=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 103 - color contains mainly: red. Hex color #67625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67625D is #989DA2. Grayscale: #626262. Windows color (decimal): -10001827 or 6120039. OLE color: 6120039.
HSL color Cylindrical-coordinate representation of color #67625D: hue angle of 30º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #67625D is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 98 | 93 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.60 |
| HSL | 30º | 0.05% | 0.38% | - |
| HSV(B) | 30º | 0.1% | 0.4% | - |
| XYZ | 11.94 | 12.41 | 12.12 | - |
| YUV | 98.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 93 | 0 | 0.05 | 0.10 | 0.60 | 30 | 0.05 | 0.38 |
| Hex | 67 | 62 | 5D | 0 | 5 | A | 3C | 1E | 5 | 26 |
| Octal | 147 | 142 | 135 | 0 | 5 | 12 | 74 | 36 | 5 | 46 |
| Binary | 1100111 | 1100010 | 1011101 | 0 | 101 | 1010 | 111100 | 11110 | 101 | 100110 |
Color Harmonies of #67625D
Complementary color
Monochromatic Colors of #67625D
Black with #67625D
Text Example
Text Example
White with #67625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67625D; }
p { color: rgb(103,98,93); }
H1.HeaderClassName
{
color: #67625D;
}
.AnyTagClassName
{
color: #67625D;
}
</style>
background-color css
<style>
a { background-color: #67625D; }
a { background-color: rgb(103,98,93); }
div.DivClassName
{
background-color: #67625D;
}
.BgClassName
{
background-color: #67625D;
}
</style>
border-color css
<style>
span { border-color: #67625D; }
span { border-color: rgb(103,98,93); }
td.TdClassName
{
border-color: #67625D;
}
.TagClassName
{
border-color: #67625D;
}
</style>