#98957B

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

Shades of Gurkha #98957B

Tints of Gurkha #98957B

Color information

#98957B (or 0x98957B) is unknown color: approx Gurkha. HEX triplet: 98, 95 and 7B. RGB value is (152,149,123). Sum of RGB (Red+Green+Blue) = 152+149+123=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #98957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98957B is #676A84. Grayscale: #939393. Windows color (decimal): -6777477 or 8099224. OLE color: 8099224.

HSL color Cylindrical-coordinate representation of color #98957B: hue angle of 53.79º 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 #98957B is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB152149123-
CMYK00.020.190.40
HSL53.79º12.34%53.92%-
HSV(B)53.79º19.08%59.61%-
XYZ27.2729.623.01-
YUV146.93114.49131.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 123 (48.44% from 255) = 29.01%
R=35.85%
G=35.14%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214912300.020.190.4053.7912.3453.92
Hex98957B02132836c36
Octal230225173022350661466
Binary10011000100101011111011010100111010001101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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