#96926D

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

Shades of Gurkha #96926D

Tints of Gurkha #96926D

Color information

#96926D (or 0x96926D) is unknown color: approx Gurkha. HEX triplet: 96, 92 and 6D. RGB value is (150,146,109). Sum of RGB (Red+Green+Blue) = 150+146+109=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96926D is #696D92. Grayscale: #8F8F8F. Windows color (decimal): -6909331 or 7180950. OLE color: 7180950.

HSL color Cylindrical-coordinate representation of color #96926D: hue angle of 54.15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96926D is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150146109-
CMYK00.030.270.41
HSL54.15º16.33%50.78%-
HSV(B)54.15º27.33%58.82%-
XYZ25.6228.1518.55-
YUV142.98108.83133.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=37.04%
G=36.05%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014610900.030.270.4154.1516.3350.78
Hex96926D031B29361033
Octal226222155033351662063
Binary100101101001001011011010111101110100111011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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