#968D6B

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

Shades of Gurkha #968D6B

Tints of Gurkha #968D6B

Color information

#968D6B (or 0x968D6B) is unknown color: approx Gurkha. HEX triplet: 96, 8D and 6B. RGB value is (150,141,107). Sum of RGB (Red+Green+Blue) = 150+141+107=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D6B is #697294. Grayscale: #8B8B8B. Windows color (decimal): -6910613 or 7048598. OLE color: 7048598.

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

Color convert

RGB150141107-
CMYK00.060.290.41
HSL47.44º17%50.39%-
HSV(B)47.44º28.67%58.82%-
XYZ24.7626.617.74-
YUV139.82109.48135.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 107 (42.19% from 255) = 26.88%
R=37.69%
G=35.43%
B=26.88%

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
Decimal15014110700.060.290.4147.441750.39
Hex968D6B061D292f1132
Octal226215153063551572162
Binary1001011010001101110101101101110110100110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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