#96907A

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

Shades of Gurkha #96907A

Tints of Gurkha #96907A

Color information

#96907A (or 0x96907A) is unknown color: approx Gurkha. HEX triplet: 96, 90 and 7A. RGB value is (150,144,122). Sum of RGB (Red+Green+Blue) = 150+144+122=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #96907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96907A is #696F85. Grayscale: #8F8F8F. Windows color (decimal): -6909830 or 8032406. OLE color: 8032406.

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

Color convert

RGB150144122-
CMYK00.040.190.41
HSL47.14º11.76%53.33%-
HSV(B)47.14º18.67%58.82%-
XYZ26.0627.8422.41-
YUV143.29115.99132.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 122 (48.05% from 255) = 29.33%
R=36.06%
G=34.62%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014412200.040.190.4147.1411.7653.33
Hex96907A0413292fc35
Octal226220172042351571465
Binary100101101001000011110100100100111010011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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