#96947B

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

Shades of Gurkha #96947B

Tints of Gurkha #96947B

Color information

#96947B (or 0x96947B) is unknown color: approx Gurkha. HEX triplet: 96, 94 and 7B. RGB value is (150,148,123). Sum of RGB (Red+Green+Blue) = 150+148+123=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #96947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96947B is #696B84. Grayscale: #919191. Windows color (decimal): -6908805 or 8098966. OLE color: 8098966.

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

Color convert

RGB150148123-
CMYK00.010.180.41
HSL55.56º11.39%53.53%-
HSV(B)55.56º18%58.82%-
XYZ26.7429.0922.95-
YUV145.75115.16131.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 123 (48.44% from 255) = 29.22%
R=35.63%
G=35.15%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014812300.010.180.4155.5611.3953.53
Hex96947B01122938b36
Octal226224173012251701366
Binary1001011010010100111101101100101010011110001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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