Shades of Kabul #6C5A4F
Tints of Kabul #6C5A4F
RGB
CMYK
RGB Variations
Color information
#6C5A4F (or 0x6C5A4F) is known color: Kabul. HEX triplet: 6C, 5A and 4F. RGB value is (108,90,79). Sum of RGB (Red+Green+Blue) = 108+90+79=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5A4F is #93A5B0. Grayscale: #5E5E5E. Windows color (decimal): -9676209 or 5200492. OLE color: 5200492.
HSL color Cylindrical-coordinate representation of color #6C5A4F: hue angle of 22.76º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C5A4F is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 90 | 79 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.58 |
| HSL | 22.76º | 0.16% | 0.37% | - |
| HSV(B) | 22.76º | 0.27% | 0.42% | - |
| XYZ | 11.25 | 11.06 | 8.94 | - |
| YUV | 94.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 90 | 79 | 0 | 0.17 | 0.27 | 0.58 | 22.76 | 0.16 | 0.37 |
| Hex | 6C | 5A | 4F | 0 | 11 | 1B | 3A | 17 | 10 | 25 |
| Octal | 154 | 132 | 117 | 0 | 21 | 33 | 72 | 27 | 20 | 45 |
| Binary | 1101100 | 1011010 | 1001111 | 0 | 10001 | 11011 | 111010 | 10111 | 10000 | 100101 |
Color Harmonies of #6C5A4F
Complementary color
Monochromatic Colors of #6C5A4F
Black with #6C5A4F
Text Example
Text Example
White with #6C5A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5A4F; }
p { color: rgb(108,90,79); }
H1.HeaderClassName
{
color: #6C5A4F;
}
.AnyTagClassName
{
color: #6C5A4F;
}
</style>
background-color css
<style>
a { background-color: #6C5A4F; }
a { background-color: rgb(108,90,79); }
div.DivClassName
{
background-color: #6C5A4F;
}
.BgClassName
{
background-color: #6C5A4F;
}
</style>
border-color css
<style>
span { border-color: #6C5A4F; }
span { border-color: rgb(108,90,79); }
td.TdClassName
{
border-color: #6C5A4F;
}
.TagClassName
{
border-color: #6C5A4F;
}
</style>