#968F5E

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

Shades of Gurkha #968F5E

Tints of Gurkha #968F5E

Color information

#968F5E (or 0x968F5E) is unknown color: approx Gurkha. HEX triplet: 96, 8F and 5E. RGB value is (150,143,94). Sum of RGB (Red+Green+Blue) = 150+143+94=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #968F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F5E is #6970A1. Grayscale: #8B8B8B. Windows color (decimal): -6910114 or 6197142. OLE color: 6197142.

HSL color Cylindrical-coordinate representation of color #968F5E: hue angle of 52.5º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #968F5E is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15014394-
CMYK00.050.370.41
HSL52.5º22.95%47.84%-
HSV(B)52.5º37.33%58.82%-
XYZ24.4226.9414.5-
YUV139.51102.32135.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=38.76%
G=36.95%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501439400.050.370.4152.522.9547.84
Hex968F5E052529341730
Octal226217136054551642760
Binary10010110100011111011110010110010110100111010010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,143,94); }

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

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

 a { background-color: rgb(150,143,94); }

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

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

 span { border-color: rgb(150,143,94); }

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