#98927B

Color #98927B Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #98927B

Tints of Gurkha #98927B

Color information

#98927B (or 0x98927B) is unknown color: approx Gurkha. HEX triplet: 98, 92 and 7B. RGB value is (152,146,123). Sum of RGB (Red+Green+Blue) = 152+146+123=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #98927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98927B is #676D84. Grayscale: #919191. Windows color (decimal): -6778245 or 8098456. OLE color: 8098456.

HSL color Cylindrical-coordinate representation of color #98927B: hue angle of 47.59º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98927B is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB152146123-
CMYK00.040.190.40
HSL47.59º12.34%53.92%-
HSV(B)47.59º19.08%59.61%-
XYZ26.828.6622.86-
YUV145.17115.49132.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 123 (48.44% from 255) = 29.22%
R=36.10%
G=34.68%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214612300.040.190.4047.5912.3453.92
Hex98927B04132830c36
Octal230222173042350601466
Binary100110001001001011110110100100111010001100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98927B; }

 p { color: rgb(152,146,123); }

 H1.HeaderClassName
 {
   color: #98927B;
 }
 .AnyTagClassName
 {
   color: #98927B;
 }
</style>
background-color css

<style>
 a { background-color: #98927B; }

 a { background-color: rgb(152,146,123); }

 div.DivClassName
 {
   background-color: #98927B;
 }
 .BgClassName
 {
   background-color: #98927B;
 }
</style>
border-color css

<style>
 span { border-color: #98927B; }

 span { border-color: rgb(152,146,123); }

 td.TdClassName
 {
   border-color: #98927B;
 }
 .TagClassName
 {
   border-color: #98927B;
 }
</style>