#968D66

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

Shades of Gurkha #968D66

Tints of Gurkha #968D66

Color information

#968D66 (or 0x968D66) is unknown color: approx Gurkha. HEX triplet: 96, 8D and 66. RGB value is (150,141,102). Sum of RGB (Red+Green+Blue) = 150+141+102=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #968D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D66 is #697299. Grayscale: #8B8B8B. Windows color (decimal): -6910618 or 6720918. OLE color: 6720918.

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

Color convert

RGB150141102-
CMYK00.060.320.41
HSL48.75º19.05%49.41%-
HSV(B)48.75º32%58.82%-
XYZ24.526.4916.39-
YUV139.24106.98135.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=38.17%
G=35.88%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014110200.060.320.4148.7519.0549.41
Hex968D66062029311331
Octal226215146064051612361
Binary10010110100011011100110011010000010100111000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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