#96927C

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

Shades of Gurkha #96927C

Tints of Gurkha #96927C

Color information

#96927C (or 0x96927C) is unknown color: approx Gurkha. HEX triplet: 96, 92 and 7C. RGB value is (150,146,124). Sum of RGB (Red+Green+Blue) = 150+146+124=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #96927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96927C is #696D83. Grayscale: #909090. Windows color (decimal): -6909316 or 8163990. OLE color: 8163990.

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

Color convert

RGB150146124-
CMYK00.030.170.41
HSL50.77º11.02%53.73%-
HSV(B)50.77º17.33%58.82%-
XYZ26.4928.523.17-
YUV144.69116.33131.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 146 (57.42% from 255) = 34.76%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=35.71%
G=34.76%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014612400.030.170.4150.7711.0253.73
Hex96927C03112933b36
Octal226222174032151631366
Binary10010110100100101111100011100011010011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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