#968D67

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

Shades of Gurkha #968D67

Tints of Gurkha #968D67

Color information

#968D67 (or 0x968D67) is unknown color: approx Gurkha. HEX triplet: 96, 8D and 67. RGB value is (150,141,103). Sum of RGB (Red+Green+Blue) = 150+141+103=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #968D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D67 is #697298. Grayscale: #8B8B8B. Windows color (decimal): -6910617 or 6786454. OLE color: 6786454.

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

Color convert

RGB150141103-
CMYK00.060.310.41
HSL48.51º18.58%49.61%-
HSV(B)48.51º31.33%58.82%-
XYZ24.5526.5116.66-
YUV139.36107.48135.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 103 (40.62% from 255) = 26.14%
R=38.07%
G=35.79%
B=26.14%

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
Decimal15014110300.060.310.4148.5118.5849.61
Hex968D67061F29311332
Octal226215147063751612362
Binary1001011010001101110011101101111110100111000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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