#968F68

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

Shades of Gurkha #968F68

Tints of Gurkha #968F68

Color information

#968F68 (or 0x968F68) is unknown color: approx Gurkha. HEX triplet: 96, 8F and 68. RGB value is (150,143,104). Sum of RGB (Red+Green+Blue) = 150+143+104=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #968F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F68 is #697097. Grayscale: #8C8C8C. Windows color (decimal): -6910104 or 6852502. OLE color: 6852502.

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

Color convert

RGB150143104-
CMYK00.050.310.41
HSL50.87º18.11%49.8%-
HSV(B)50.87º30.67%58.82%-
XYZ24.927.1317.02-
YUV140.65107.32134.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=37.78%
G=36.02%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014310400.050.310.4150.8718.1149.8
Hex968F68051F29331232
Octal226217150053751632262
Binary1001011010001111110100001011111110100111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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