#968D6A

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

Shades of Gurkha #968D6A

Tints of Gurkha #968D6A

Color information

#968D6A (or 0x968D6A) is unknown color: approx Gurkha. HEX triplet: 96, 8D and 6A. RGB value is (150,141,106). Sum of RGB (Red+Green+Blue) = 150+141+106=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #968D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D6A is #697295. Grayscale: #8B8B8B. Windows color (decimal): -6910614 or 6983062. OLE color: 6983062.

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

Color convert

RGB150141106-
CMYK00.060.290.41
HSL47.73º17.32%50.2%-
HSV(B)47.73º29.33%58.82%-
XYZ24.726.5717.46-
YUV139.7108.98135.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=37.78%
G=35.52%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014110600.060.290.4147.7317.3250.2
Hex968D6A061D29301132
Octal226215152063551602162
Binary1001011010001101110101001101110110100111000010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,141,106); }

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

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

 a { background-color: rgb(150,141,106); }

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

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

 span { border-color: rgb(150,141,106); }

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