Shades of Kabul #675A50
Tints of Kabul #675A50
RGB
CMYK
RGB Variations
Color information
#675A50 (or 0x675A50) is known color: Kabul. HEX triplet: 67, 5A and 50. RGB value is (103,90,80). Sum of RGB (Red+Green+Blue) = 103+90+80=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #675A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A50 is #98A5AF. Grayscale: #5C5C5C. Windows color (decimal): -10003888 or 5266023. OLE color: 5266023.
HSL color Cylindrical-coordinate representation of color #675A50: hue angle of 26.09º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #675A50 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 80 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.60 |
| HSL | 26.09º | 0.13% | 0.36% | - |
| HSV(B) | 26.09º | 0.22% | 0.4% | - |
| XYZ | 10.7 | 10.78 | 9.11 | - |
| YUV | 92.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 80 | 0 | 0.13 | 0.22 | 0.60 | 26.09 | 0.13 | 0.36 |
| Hex | 67 | 5A | 50 | 0 | D | 16 | 3C | 1A | D | 24 |
| Octal | 147 | 132 | 120 | 0 | 15 | 26 | 74 | 32 | 15 | 44 |
| Binary | 1100111 | 1011010 | 1010000 | 0 | 1101 | 10110 | 111100 | 11010 | 1101 | 100100 |
Color Harmonies of #675A50
Complementary color
Monochromatic Colors of #675A50
Black with #675A50
Text Example
Text Example
White with #675A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A50; }
p { color: rgb(103,90,80); }
H1.HeaderClassName
{
color: #675A50;
}
.AnyTagClassName
{
color: #675A50;
}
</style>
background-color css
<style>
a { background-color: #675A50; }
a { background-color: rgb(103,90,80); }
div.DivClassName
{
background-color: #675A50;
}
.BgClassName
{
background-color: #675A50;
}
</style>
border-color css
<style>
span { border-color: #675A50; }
span { border-color: rgb(103,90,80); }
td.TdClassName
{
border-color: #675A50;
}
.TagClassName
{
border-color: #675A50;
}
</style>