#968E6B

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

Shades of Gurkha #968E6B

Tints of Gurkha #968E6B

Color information

#968E6B (or 0x968E6B) is unknown color: approx Gurkha. HEX triplet: 96, 8E and 6B. RGB value is (150,142,107). Sum of RGB (Red+Green+Blue) = 150+142+107=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #968E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E6B is #697194. Grayscale: #8C8C8C. Windows color (decimal): -6910357 or 7048854. OLE color: 7048854.

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

Color convert

RGB150142107-
CMYK00.050.290.41
HSL48.84º17%50.39%-
HSV(B)48.84º28.67%58.82%-
XYZ24.926.8917.79-
YUV140.4109.15134.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=37.59%
G=35.59%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014210700.050.290.4148.841750.39
Hex968E6B051D29311132
Octal226216153053551612162
Binary1001011010001110110101101011110110100111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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