#968F66

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

Shades of Gurkha #968F66

Tints of Gurkha #968F66

Color information

#968F66 (or 0x968F66) is unknown color: approx Gurkha. HEX triplet: 96, 8F and 66. RGB value is (150,143,102). Sum of RGB (Red+Green+Blue) = 150+143+102=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #968F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F66 is #697099. Grayscale: #8C8C8C. Windows color (decimal): -6910106 or 6721430. OLE color: 6721430.

HSL color Cylindrical-coordinate representation of color #968F66: hue angle of 51.25º 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 #968F66 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB150143102-
CMYK00.050.320.41
HSL51.25º19.05%49.41%-
HSV(B)51.25º32%58.82%-
XYZ24.827.0916.49-
YUV140.42106.32134.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=37.97%
G=36.20%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014310200.050.320.4151.2519.0549.41
Hex968F66052029331331
Octal226217146054051632361
Binary10010110100011111100110010110000010100111001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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