#96926C

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

Shades of Gurkha #96926C

Tints of Gurkha #96926C

Color information

#96926C (or 0x96926C) is unknown color: approx Gurkha. HEX triplet: 96, 92 and 6C. RGB value is (150,146,108). Sum of RGB (Red+Green+Blue) = 150+146+108=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #96926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96926C is #696D93. Grayscale: #8F8F8F. Windows color (decimal): -6909332 or 7115414. OLE color: 7115414.

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

Color convert

RGB150146108-
CMYK00.030.280.41
HSL54.29º16.67%50.59%-
HSV(B)54.29º28%58.82%-
XYZ25.5628.1218.27-
YUV142.86108.33133.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=37.13%
G=36.14%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014610800.030.280.4154.2916.6750.59
Hex96926C031C29361133
Octal226222154033451662163
Binary100101101001001011011000111110010100111011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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