#96916B

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

Shades of Gurkha #96916B

Tints of Gurkha #96916B

Color information

#96916B (or 0x96916B) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 6B. RGB value is (150,145,107). Sum of RGB (Red+Green+Blue) = 150+145+107=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #96916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96916B is #696E94. Grayscale: #8E8E8E. Windows color (decimal): -6909589 or 7049622. OLE color: 7049622.

HSL color Cylindrical-coordinate representation of color #96916B: hue angle of 53.02º 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 #96916B is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB150145107-
CMYK00.030.290.41
HSL53.02º17%50.39%-
HSV(B)53.02º28.67%58.82%-
XYZ25.3627.817.94-
YUV142.16108.16133.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 107 (42.19% from 255) = 26.62%
R=37.31%
G=36.07%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014510700.030.290.4153.021750.39
Hex96916B031D29351132
Octal226221153033551652162
Binary100101101001000111010110111110110100111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96916B; }

 p { color: rgb(150,145,107); }

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

<style>
 a { background-color: #96916B; }

 a { background-color: rgb(150,145,107); }

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

<style>
 span { border-color: #96916B; }

 span { border-color: rgb(150,145,107); }

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