#96937B

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

Shades of Gurkha #96937B

Tints of Gurkha #96937B

Color information

#96937B (or 0x96937B) is unknown color: approx Gurkha. HEX triplet: 96, 93 and 7B. RGB value is (150,147,123). Sum of RGB (Red+Green+Blue) = 150+147+123=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #96937B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96937B is #696C84. Grayscale: #919191. Windows color (decimal): -6909061 or 8098710. OLE color: 8098710.

HSL color Cylindrical-coordinate representation of color #96937B: hue angle of 53.33º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96937B is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB150147123-
CMYK00.020.180.41
HSL53.33º11.39%53.53%-
HSV(B)53.33º18%58.82%-
XYZ26.5928.7822.89-
YUV145.16115.49131.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 123 (48.44% from 255) = 29.29%
R=35.71%
G=35%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014712300.020.180.4153.3311.3953.53
Hex96937B02122935b36
Octal226223173022251651366
Binary10010110100100111111011010100101010011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,147,123); }

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

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

 a { background-color: rgb(150,147,123); }

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

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

 span { border-color: rgb(150,147,123); }

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