#968F67

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

Shades of Gurkha #968F67

Tints of Gurkha #968F67

Color information

#968F67 (or 0x968F67) is unknown color: approx Gurkha. HEX triplet: 96, 8F and 67. RGB value is (150,143,103). Sum of RGB (Red+Green+Blue) = 150+143+103=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #968F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F67 is #697098. Grayscale: #8C8C8C. Windows color (decimal): -6910105 or 6786966. OLE color: 6786966.

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

Color convert

RGB150143103-
CMYK00.050.310.41
HSL51.06º18.58%49.61%-
HSV(B)51.06º31.33%58.82%-
XYZ24.8527.1116.75-
YUV140.53106.82134.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 103 (40.62% from 255) = 26.01%
R=37.88%
G=36.11%
B=26.01%

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
Decimal15014310300.050.310.4151.0618.5849.61
Hex968F67051F29331332
Octal226217147053751632362
Binary1001011010001111110011101011111110100111001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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