#968D71

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

Shades of Gurkha #968D71

Tints of Gurkha #968D71

Color information

#968D71 (or 0x968D71) is unknown color: approx Gurkha. HEX triplet: 96, 8D and 71. RGB value is (150,141,113). Sum of RGB (Red+Green+Blue) = 150+141+113=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #968D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D71 is #69728E. Grayscale: #8C8C8C. Windows color (decimal): -6910607 or 7441814. OLE color: 7441814.

HSL color Cylindrical-coordinate representation of color #968D71: hue angle of 45.41º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #968D71 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB150141113-
CMYK00.060.250.41
HSL45.41º14.98%51.57%-
HSV(B)45.41º24.67%58.82%-
XYZ25.0826.7319.46-
YUV140.5112.48134.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=37.13%
G=34.90%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014111300.060.250.4145.4114.9851.57
Hex968D710619292df34
Octal226215161063151551764
Binary100101101000110111100010110110011010011011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968D71; }

 p { color: rgb(150,141,113); }

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

<style>
 a { background-color: #968D71; }

 a { background-color: rgb(150,141,113); }

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

<style>
 span { border-color: #968D71; }

 span { border-color: rgb(150,141,113); }

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