#96937D

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

Shades of Gurkha #96937D

Tints of Gurkha #96937D

Color information

#96937D (or 0x96937D) is unknown color: approx Gurkha. HEX triplet: 96, 93 and 7D. RGB value is (150,147,125). Sum of RGB (Red+Green+Blue) = 150+147+125=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #96937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96937D is #696C82. Grayscale: #919191. Windows color (decimal): -6909059 or 8229782. OLE color: 8229782.

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

Color convert

RGB150147125-
CMYK00.020.170.41
HSL52.8º10.64%53.92%-
HSV(B)52.8º16.67%58.82%-
XYZ26.7128.8323.56-
YUV145.39116.49131.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=35.55%
G=34.83%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014712500.020.170.4152.810.6453.92
Hex96937D02112935b36
Octal226223175022151651366
Binary10010110100100111111101010100011010011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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