#96906A

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

Shades of Gurkha #96906A

Tints of Gurkha #96906A

Color information

#96906A (or 0x96906A) is unknown color: approx Gurkha. HEX triplet: 96, 90 and 6A. RGB value is (150,144,106). Sum of RGB (Red+Green+Blue) = 150+144+106=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #96906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96906A is #696F95. Grayscale: #8D8D8D. Windows color (decimal): -6909846 or 6983830. OLE color: 6983830.

HSL color Cylindrical-coordinate representation of color #96906A: hue angle of 51.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96906A is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB150144106-
CMYK00.040.290.41
HSL51.82º17.32%50.2%-
HSV(B)51.82º29.33%58.82%-
XYZ25.1527.4717.61-
YUV141.46107.99134.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=37.5%
G=36%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014410600.040.290.4151.8217.3250.2
Hex96906A041D29341132
Octal226220152043551642162
Binary1001011010010000110101001001110110100111010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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