#96947C

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

Shades of Gurkha #96947C

Tints of Gurkha #96947C

Color information

#96947C (or 0x96947C) is unknown color: approx Gurkha. HEX triplet: 96, 94 and 7C. RGB value is (150,148,124). Sum of RGB (Red+Green+Blue) = 150+148+124=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #96947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96947C is #696B83. Grayscale: #919191. Windows color (decimal): -6908804 or 8164502. OLE color: 8164502.

HSL color Cylindrical-coordinate representation of color #96947C: hue angle of 55.38º 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 #96947C is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB150148124-
CMYK00.010.170.41
HSL55.38º11.02%53.73%-
HSV(B)55.38º17.33%58.82%-
XYZ26.8129.1223.28-
YUV145.86115.66130.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=35.55%
G=35.07%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014812400.010.170.4155.3811.0253.73
Hex96947C01112937b36
Octal226224174012151671366
Binary1001011010010100111110001100011010011101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,148,124); }

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

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

 a { background-color: rgb(150,148,124); }

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

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

 span { border-color: rgb(150,148,124); }

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