#968B6D

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

Shades of Gurkha #968B6D

Tints of Gurkha #968B6D

Color information

#968B6D (or 0x968B6D) is unknown color: approx Gurkha. HEX triplet: 96, 8B and 6D. RGB value is (150,139,109). Sum of RGB (Red+Green+Blue) = 150+139+109=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B6D is #697492. Grayscale: #8B8B8B. Windows color (decimal): -6911123 or 7179158. OLE color: 7179158.

HSL color Cylindrical-coordinate representation of color #968B6D: hue angle of 43.9º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #968B6D is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150139109-
CMYK00.070.270.41
HSL43.9º16.33%50.78%-
HSV(B)43.9º27.33%58.82%-
XYZ24.5726.0518.2-
YUV138.87111.14135.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 109 (42.97% from 255) = 27.39%
R=37.69%
G=34.92%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013910900.070.270.4143.916.3350.78
Hex968B6D071B292c1033
Octal226213155073351542063
Binary1001011010001011110110101111101110100110110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,139,109); }

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

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

 a { background-color: rgb(150,139,109); }

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

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

 span { border-color: rgb(150,139,109); }

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