#96947D

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

Shades of Gurkha #96947D

Tints of Gurkha #96947D

Color information

#96947D (or 0x96947D) is unknown color: approx Gurkha. HEX triplet: 96, 94 and 7D. RGB value is (150,148,125). Sum of RGB (Red+Green+Blue) = 150+148+125=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #96947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96947D is #696B82. Grayscale: #929292. Windows color (decimal): -6908803 or 8230038. OLE color: 8230038.

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

Color convert

RGB150148125-
CMYK00.010.170.41
HSL55.2º10.64%53.92%-
HSV(B)55.2º16.67%58.82%-
XYZ26.8729.1423.61-
YUV145.98116.16130.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=35.46%
G=34.99%
B=29.55%

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
Decimal15014812500.010.170.4155.210.6453.92
Hex96947D01112937b36
Octal226224175012151671366
Binary1001011010010100111110101100011010011101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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