#968D68

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

Shades of Gurkha #968D68

Tints of Gurkha #968D68

Color information

#968D68 (or 0x968D68) is unknown color: approx Gurkha. HEX triplet: 96, 8D and 68. RGB value is (150,141,104). Sum of RGB (Red+Green+Blue) = 150+141+104=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #968D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D68 is #697297. Grayscale: #8B8B8B. Windows color (decimal): -6910616 or 6851990. OLE color: 6851990.

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

Color convert

RGB150141104-
CMYK00.060.310.41
HSL48.26º18.11%49.8%-
HSV(B)48.26º30.67%58.82%-
XYZ24.626.5316.92-
YUV139.47107.98135.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=37.97%
G=35.70%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014110400.060.310.4148.2618.1149.8
Hex968D68061F29301232
Octal226215150063751602262
Binary1001011010001101110100001101111110100111000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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