#968D65

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

Shades of Gurkha #968D65

Tints of Gurkha #968D65

Color information

#968D65 (or 0x968D65) is unknown color: approx Gurkha. HEX triplet: 96, 8D and 65. RGB value is (150,141,101). Sum of RGB (Red+Green+Blue) = 150+141+101=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #968D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D65 is #69729A. Grayscale: #8B8B8B. Windows color (decimal): -6910619 or 6655382. OLE color: 6655382.

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

Color convert

RGB150141101-
CMYK00.060.330.41
HSL48.98º19.52%49.22%-
HSV(B)48.98º32.67%58.82%-
XYZ24.4526.4716.13-
YUV139.13106.48135.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 101 (39.84% from 255) = 25.77%
R=38.27%
G=35.97%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014110100.060.330.4148.9819.5249.22
Hex968D65062129311431
Octal226215145064151612461
Binary10010110100011011100101011010000110100111000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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