#96906F

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

Shades of Gurkha #96906F

Tints of Gurkha #96906F

Color information

#96906F (or 0x96906F) is unknown color: approx Gurkha. HEX triplet: 96, 90 and 6F. RGB value is (150,144,111). Sum of RGB (Red+Green+Blue) = 150+144+111=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96906F is #696F90. Grayscale: #8E8E8E. Windows color (decimal): -6909841 or 7311510. OLE color: 7311510.

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

Color convert

RGB150144111-
CMYK00.040.260.41
HSL50.77º15.66%51.18%-
HSV(B)50.77º26%58.82%-
XYZ25.4227.5819.02-
YUV142.03110.49133.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=37.04%
G=35.56%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014411100.040.260.4150.7715.6651.18
Hex96906F041A29331033
Octal226220157043251632063
Binary1001011010010000110111101001101010100111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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