#968B6B

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

Shades of Gurkha #968B6B

Tints of Gurkha #968B6B

Color information

#968B6B (or 0x968B6B) is unknown color: approx Gurkha. HEX triplet: 96, 8B and 6B. RGB value is (150,139,107). Sum of RGB (Red+Green+Blue) = 150+139+107=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #968B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B6B is #697494. Grayscale: #8A8A8A. Windows color (decimal): -6911125 or 7048086. OLE color: 7048086.

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

Color convert

RGB150139107-
CMYK00.070.290.41
HSL44.65º17%50.39%-
HSV(B)44.65º28.67%58.82%-
XYZ24.4626.0117.64-
YUV138.64110.14136.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 107 (42.19% from 255) = 27.02%
R=37.88%
G=35.10%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013910700.070.290.4144.651750.39
Hex968B6B071D292d1132
Octal226213153073551552162
Binary1001011010001011110101101111110110100110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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