Shades of Kabul #6B5C50
Tints of Kabul #6B5C50
RGB
CMYK
RGB Variations
Color information
#6B5C50 (or 0x6B5C50) is known color: Kabul. HEX triplet: 6B, 5C and 50. RGB value is (107,92,80). Sum of RGB (Red+Green+Blue) = 107+92+80=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C50 is #94A3AF. Grayscale: #5F5F5F. Windows color (decimal): -9741232 or 5266539. OLE color: 5266539.
HSL color Cylindrical-coordinate representation of color #6B5C50: hue angle of 26.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B5C50 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 80 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.58 |
| HSL | 26.67º | 0.14% | 0.37% | - |
| HSV(B) | 26.67º | 0.25% | 0.42% | - |
| XYZ | 11.34 | 11.36 | 9.18 | - |
| YUV | 95.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 80 | 0 | 0.14 | 0.25 | 0.58 | 26.67 | 0.14 | 0.37 |
| Hex | 6B | 5C | 50 | 0 | E | 19 | 3A | 1B | E | 25 |
| Octal | 153 | 134 | 120 | 0 | 16 | 31 | 72 | 33 | 16 | 45 |
| Binary | 1101011 | 1011100 | 1010000 | 0 | 1110 | 11001 | 111010 | 11011 | 1110 | 100101 |
Color Harmonies of #6B5C50
Complementary color
Monochromatic Colors of #6B5C50
Black with #6B5C50
Text Example
Text Example
White with #6B5C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C50; }
p { color: rgb(107,92,80); }
H1.HeaderClassName
{
color: #6B5C50;
}
.AnyTagClassName
{
color: #6B5C50;
}
</style>
background-color css
<style>
a { background-color: #6B5C50; }
a { background-color: rgb(107,92,80); }
div.DivClassName
{
background-color: #6B5C50;
}
.BgClassName
{
background-color: #6B5C50;
}
</style>
border-color css
<style>
span { border-color: #6B5C50; }
span { border-color: rgb(107,92,80); }
td.TdClassName
{
border-color: #6B5C50;
}
.TagClassName
{
border-color: #6B5C50;
}
</style>