Shades of Kabul #6B5E54
Tints of Kabul #6B5E54
RGB
CMYK
RGB Variations
Color information
#6B5E54 (or 0x6B5E54) is known color: Kabul. HEX triplet: 6B, 5E and 54. RGB value is (107,94,84). Sum of RGB (Red+Green+Blue) = 107+94+84=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E54 is #94A1AB. Grayscale: #606060. Windows color (decimal): -9740716 or 5529195. OLE color: 5529195.
HSL color Cylindrical-coordinate representation of color #6B5E54: hue angle of 26.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5E54 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 94 | 84 | - |
CMYK | 0 | 0.12 | 0.21 | 0.58 |
HSL | 26.09º | 0.12% | 0.37% | - |
HSV(B) | 26.09º | 0.21% | 0.42% | - |
XYZ | 11.67 | 11.77 | 10.04 | - |
YUV | 96.75 | 120.81 | 135.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 94 | 84 | 0 | 0.12 | 0.21 | 0.58 | 26.09 | 0.12 | 0.37 |
Hex | 6B | 5E | 54 | 0 | C | 15 | 3A | 1A | C | 25 |
Octal | 153 | 136 | 124 | 0 | 14 | 25 | 72 | 32 | 14 | 45 |
Binary | 1101011 | 1011110 | 1010100 | 0 | 1100 | 10101 | 111010 | 11010 | 1100 | 100101 |
Color Harmonies of #6B5E54
Complementary color
Monochromatic Colors of #6B5E54
Black with #6B5E54
Text Example
Text Example
White with #6B5E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E54; }
p { color: rgb(107,94,84); }
H1.HeaderClassName
{
color: #6B5E54;
}
.AnyTagClassName
{
color: #6B5E54;
}
</style>
background-color css
<style>
a { background-color: #6B5E54; }
a { background-color: rgb(107,94,84); }
div.DivClassName
{
background-color: #6B5E54;
}
.BgClassName
{
background-color: #6B5E54;
}
</style>
border-color css
<style>
span { border-color: #6B5E54; }
span { border-color: rgb(107,94,84); }
td.TdClassName
{
border-color: #6B5E54;
}
.TagClassName
{
border-color: #6B5E54;
}
</style>