Shades of Kabul #65615D
Tints of Kabul #65615D
RGB
CMYK
RGB Variations
Color information
#65615D (or 0x65615D) is known color: Kabul. HEX triplet: 65, 61 and 5D. RGB value is (101,97,93). Sum of RGB (Red+Green+Blue) = 101+97+93=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 101 - color contains mainly: red. Hex color #65615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65615D is #9A9EA2. Grayscale: #616161. Windows color (decimal): -10133155 or 6119781. OLE color: 6119781.
HSL color Cylindrical-coordinate representation of color #65615D: hue angle of 30º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #65615D is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
RGB | 101 | 97 | 93 | - |
CMYK | 0 | 0.04 | 0.08 | 0.60 |
HSL | 30º | 0.04% | 0.38% | - |
HSV(B) | 30º | 0.08% | 0.4% | - |
XYZ | 11.62 | 12.11 | 12.08 | - |
YUV | 97.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 101 | 97 | 93 | 0 | 0.04 | 0.08 | 0.60 | 30 | 0.04 | 0.38 |
Hex | 65 | 61 | 5D | 0 | 4 | 8 | 3C | 1E | 4 | 26 |
Octal | 145 | 141 | 135 | 0 | 4 | 10 | 74 | 36 | 4 | 46 |
Binary | 1100101 | 1100001 | 1011101 | 0 | 100 | 1000 | 111100 | 11110 | 100 | 100110 |
Color Harmonies of #65615D
Complementary color
Monochromatic Colors of #65615D
Black with #65615D
Text Example
Text Example
White with #65615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65615D; }
p { color: rgb(101,97,93); }
H1.HeaderClassName
{
color: #65615D;
}
.AnyTagClassName
{
color: #65615D;
}
</style>
background-color css
<style>
a { background-color: #65615D; }
a { background-color: rgb(101,97,93); }
div.DivClassName
{
background-color: #65615D;
}
.BgClassName
{
background-color: #65615D;
}
</style>
border-color css
<style>
span { border-color: #65615D; }
span { border-color: rgb(101,97,93); }
td.TdClassName
{
border-color: #65615D;
}
.TagClassName
{
border-color: #65615D;
}
</style>