#968C67

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

Shades of Gurkha #968C67

Tints of Gurkha #968C67

Color information

#968C67 (or 0x968C67) is unknown color: approx Gurkha. HEX triplet: 96, 8C and 67. RGB value is (150,140,103). Sum of RGB (Red+Green+Blue) = 150+140+103=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #968C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C67 is #697398. Grayscale: #8A8A8A. Windows color (decimal): -6910873 or 6786198. OLE color: 6786198.

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

Color convert

RGB150140103-
CMYK00.070.310.41
HSL47.23º18.58%49.61%-
HSV(B)47.23º31.33%58.82%-
XYZ24.426.2216.61-
YUV138.77107.81136.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=38.17%
G=35.62%
B=26.21%

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
Decimal15014010300.070.310.4147.2318.5849.61
Hex968C67071F292f1332
Octal226214147073751572362
Binary1001011010001100110011101111111110100110111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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