Shades of Kabul #6A625B
Tints of Kabul #6A625B
RGB
CMYK
RGB Variations
Color information
#6A625B (or 0x6A625B) is known color: Kabul. HEX triplet: 6A, 62 and 5B. RGB value is (106,98,91). Sum of RGB (Red+Green+Blue) = 106+98+91=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 106 - color contains mainly: red. Hex color #6A625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A625B is #959DA4. Grayscale: #636363. Windows color (decimal): -9805221 or 5988970. OLE color: 5988970.
HSL color Cylindrical-coordinate representation of color #6A625B: hue angle of 28º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A625B is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 98 | 91 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.58 |
| HSL | 28º | 0.08% | 0.39% | - |
| HSV(B) | 28º | 0.14% | 0.42% | - |
| XYZ | 12.2 | 12.55 | 11.68 | - |
| YUV | 99.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 98 | 91 | 0 | 0.08 | 0.14 | 0.58 | 28 | 0.08 | 0.39 |
| Hex | 6A | 62 | 5B | 0 | 8 | E | 3A | 1C | 8 | 27 |
| Octal | 152 | 142 | 133 | 0 | 10 | 16 | 72 | 34 | 10 | 47 |
| Binary | 1101010 | 1100010 | 1011011 | 0 | 1000 | 1110 | 111010 | 11100 | 1000 | 100111 |
Color Harmonies of #6A625B
Complementary color
Monochromatic Colors of #6A625B
Black with #6A625B
Text Example
Text Example
White with #6A625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A625B; }
p { color: rgb(106,98,91); }
H1.HeaderClassName
{
color: #6A625B;
}
.AnyTagClassName
{
color: #6A625B;
}
</style>
background-color css
<style>
a { background-color: #6A625B; }
a { background-color: rgb(106,98,91); }
div.DivClassName
{
background-color: #6A625B;
}
.BgClassName
{
background-color: #6A625B;
}
</style>
border-color css
<style>
span { border-color: #6A625B; }
span { border-color: rgb(106,98,91); }
td.TdClassName
{
border-color: #6A625B;
}
.TagClassName
{
border-color: #6A625B;
}
</style>