Shades of Gurkha #96927A
Tints of Gurkha #96927A
RGB
CMYK
RGB Variations
Color information
#96927A (or 0x96927A) is known color: Gurkha. HEX triplet: 96, 92 and 7A. RGB value is (150,146,122). Sum of RGB (Red+Green+Blue) = 150+146+122=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #96927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96927A is #696D85. Grayscale: #909090. Windows color (decimal): -6909318 or 8032918. OLE color: 8032918.
HSL color Cylindrical-coordinate representation of color #96927A: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96927A is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 122 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.41 |
| HSL | 51.43º | 0.12% | 0.53% | - |
| HSV(B) | 51.43º | 0.19% | 0.59% | - |
| XYZ | 26.37 | 28.45 | 22.51 | - |
| YUV | 144.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 122 | 0 | 0.03 | 0.19 | 0.41 | 51.43 | 0.12 | 0.53 |
| Hex | 96 | 92 | 7A | 0 | 3 | 13 | 29 | 33 | C | 35 |
| Octal | 226 | 222 | 172 | 0 | 3 | 23 | 51 | 63 | 14 | 65 |
| Binary | 10010110 | 10010010 | 1111010 | 0 | 11 | 10011 | 101001 | 110011 | 1100 | 110101 |
Color Harmonies of #96927A
Complementary color
Monochromatic Colors of #96927A
Black with #96927A
Text Example
Text Example
White with #96927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96927A; }
p { color: rgb(150,146,122); }
H1.HeaderClassName
{
color: #96927A;
}
.AnyTagClassName
{
color: #96927A;
}
</style>
background-color css
<style>
a { background-color: #96927A; }
a { background-color: rgb(150,146,122); }
div.DivClassName
{
background-color: #96927A;
}
.BgClassName
{
background-color: #96927A;
}
</style>
border-color css
<style>
span { border-color: #96927A; }
span { border-color: rgb(150,146,122); }
td.TdClassName
{
border-color: #96927A;
}
.TagClassName
{
border-color: #96927A;
}
</style>