#96927B

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

Shades of Gurkha #96927B

Tints of Gurkha #96927B

Color information

#96927B (or 0x96927B) is unknown color: approx Gurkha. HEX triplet: 96, 92 and 7B. RGB value is (150,146,123). Sum of RGB (Red+Green+Blue) = 150+146+123=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 150 - color contains mainly: red. Hex color #96927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96927B is #696D84. Grayscale: #909090. Windows color (decimal): -6909317 or 8098454. OLE color: 8098454.

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

Color convert

RGB150146123-
CMYK00.030.180.41
HSL51.11º11.39%53.53%-
HSV(B)51.11º18%58.82%-
XYZ26.4328.4722.84-
YUV144.57115.83131.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=35.80%
G=34.84%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014612300.030.180.4151.1111.3953.53
Hex96927B03122933b36
Octal226222173032251631366
Binary10010110100100101111011011100101010011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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