#968C63

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

Shades of Gurkha #968C63

Tints of Gurkha #968C63

Color information

#968C63 (or 0x968C63) is unknown color: approx Gurkha. HEX triplet: 96, 8C and 63. RGB value is (150,140,99). Sum of RGB (Red+Green+Blue) = 150+140+99=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #968C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C63 is #69739C. Grayscale: #8A8A8A. Windows color (decimal): -6910877 or 6524054. OLE color: 6524054.

HSL color Cylindrical-coordinate representation of color #968C63: hue angle of 48.24º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #968C63 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB15014099-
CMYK00.070.340.41
HSL48.24º20.48%48.82%-
HSV(B)48.24º34%58.82%-
XYZ24.2126.1415.57-
YUV138.32105.81136.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 99 (39.06% from 255) = 25.45%
R=38.56%
G=35.99%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501409900.070.340.4148.2420.4848.82
Hex968C63072229301431
Octal226214143074251602461
Binary10010110100011001100011011110001010100111000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,140,99); }

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

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

 a { background-color: rgb(150,140,99); }

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

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

 span { border-color: rgb(150,140,99); }

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