Shades of Gurkha #94927B
Tints of Gurkha #94927B
RGB
CMYK
RGB Variations
Color information
#94927B (or 0x94927B) is known color: Gurkha. HEX triplet: 94, 92 and 7B. RGB value is (148,146,123). Sum of RGB (Red+Green+Blue) = 148+146+123=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #94927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94927B is #6B6D84. Grayscale: #909090. Windows color (decimal): -7040389 or 8098452. OLE color: 8098452.
HSL color Cylindrical-coordinate representation of color #94927B: hue angle of 55.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94927B is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 123 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.42 |
| HSL | 55.2º | 0.1% | 0.53% | - |
| HSV(B) | 55.2º | 0.17% | 0.58% | - |
| XYZ | 26.07 | 28.28 | 22.82 | - |
| YUV | 143.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 123 | 0 | 0.01 | 0.17 | 0.42 | 55.2 | 0.1 | 0.53 |
| Hex | 94 | 92 | 7B | 0 | 1 | 11 | 2A | 37 | A | 35 |
| Octal | 224 | 222 | 173 | 0 | 1 | 21 | 52 | 67 | 12 | 65 |
| Binary | 10010100 | 10010010 | 1111011 | 0 | 1 | 10001 | 101010 | 110111 | 1010 | 110101 |
Color Harmonies of #94927B
Complementary color
Monochromatic Colors of #94927B
Black with #94927B
Text Example
Text Example
White with #94927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94927B; }
p { color: rgb(148,146,123); }
H1.HeaderClassName
{
color: #94927B;
}
.AnyTagClassName
{
color: #94927B;
}
</style>
background-color css
<style>
a { background-color: #94927B; }
a { background-color: rgb(148,146,123); }
div.DivClassName
{
background-color: #94927B;
}
.BgClassName
{
background-color: #94927B;
}
</style>
border-color css
<style>
span { border-color: #94927B; }
span { border-color: rgb(148,146,123); }
td.TdClassName
{
border-color: #94927B;
}
.TagClassName
{
border-color: #94927B;
}
</style>