#95937C

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

Shades of Gurkha #95937C

Tints of Gurkha #95937C

Color information

#95937C (or 0x95937C) is unknown color: approx Gurkha. HEX triplet: 95, 93 and 7C. RGB value is (149,147,124). Sum of RGB (Red+Green+Blue) = 149+147+124=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #95937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95937C is #6A6C83. Grayscale: #919191. Windows color (decimal): -6974596 or 8164245. OLE color: 8164245.

HSL color Cylindrical-coordinate representation of color #95937C: hue angle of 55.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95937C is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149147124-
CMYK00.010.170.42
HSL55.2º10.55%53.53%-
HSV(B)55.2º16.78%58.43%-
XYZ26.4728.7123.22-
YUV144.98116.16130.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=35.48%
G=35%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914712400.010.170.4255.210.5553.53
Hex95937C01112A37b36
Octal225223174012152671366
Binary1001010110010011111110001100011010101101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95937C; }

 p { color: rgb(149,147,124); }

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

<style>
 a { background-color: #95937C; }

 a { background-color: rgb(149,147,124); }

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

<style>
 span { border-color: #95937C; }

 span { border-color: rgb(149,147,124); }

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