#96906C

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

Shades of Gurkha #96906C

Tints of Gurkha #96906C

Color information

#96906C (or 0x96906C) is unknown color: approx Gurkha. HEX triplet: 96, 90 and 6C. RGB value is (150,144,108). Sum of RGB (Red+Green+Blue) = 150+144+108=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #96906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96906C is #696F93. Grayscale: #8D8D8D. Windows color (decimal): -6909844 or 7114902. OLE color: 7114902.

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

Color convert

RGB150144108-
CMYK00.040.280.41
HSL51.43º16.67%50.59%-
HSV(B)51.43º28%58.82%-
XYZ25.2627.5118.17-
YUV141.69108.99133.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=37.31%
G=35.82%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014410800.040.280.4151.4316.6750.59
Hex96906C041C29331133
Octal226220154043451632163
Binary1001011010010000110110001001110010100111001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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