#968D6C

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

Shades of Gurkha #968D6C

Tints of Gurkha #968D6C

Color information

#968D6C (or 0x968D6C) is unknown color: approx Gurkha. HEX triplet: 96, 8D and 6C. RGB value is (150,141,108). Sum of RGB (Red+Green+Blue) = 150+141+108=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #968D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D6C is #697293. Grayscale: #8C8C8C. Windows color (decimal): -6910612 or 7114134. OLE color: 7114134.

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

Color convert

RGB150141108-
CMYK00.060.280.41
HSL47.14º16.67%50.59%-
HSV(B)47.14º28%58.82%-
XYZ24.8126.6218.02-
YUV139.93109.98135.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=37.59%
G=35.34%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014110800.060.280.4147.1416.6750.59
Hex968D6C061C292f1133
Octal226215154063451572163
Binary1001011010001101110110001101110010100110111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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