#968B68

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

Shades of Gurkha #968B68

Tints of Gurkha #968B68

Color information

#968B68 (or 0x968B68) is unknown color: approx Gurkha. HEX triplet: 96, 8B and 68. RGB value is (150,139,104). Sum of RGB (Red+Green+Blue) = 150+139+104=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #968B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B68 is #697497. Grayscale: #8A8A8A. Windows color (decimal): -6911128 or 6851478. OLE color: 6851478.

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

Color convert

RGB150139104-
CMYK00.070.310.41
HSL45.65º18.11%49.8%-
HSV(B)45.65º30.67%58.82%-
XYZ24.3125.9516.82-
YUV138.3108.64136.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=38.17%
G=35.37%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013910400.070.310.4145.6518.1149.8
Hex968B68071F292e1232
Octal226213150073751562262
Binary1001011010001011110100001111111110100110111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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