#968C6C

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

Shades of Gurkha #968C6C

Tints of Gurkha #968C6C

Color information

#968C6C (or 0x968C6C) is unknown color: approx Gurkha. HEX triplet: 96, 8C and 6C. RGB value is (150,140,108). Sum of RGB (Red+Green+Blue) = 150+140+108=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C6C is #697393. Grayscale: #8B8B8B. Windows color (decimal): -6910868 or 7113878. OLE color: 7113878.

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

Color convert

RGB150140108-
CMYK00.070.280.41
HSL45.71º16.67%50.59%-
HSV(B)45.71º28%58.82%-
XYZ24.6626.3217.97-
YUV139.34110.31135.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=37.69%
G=35.18%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014010800.070.280.4145.7116.6750.59
Hex968C6C071C292e1133
Octal226214154073451562163
Binary1001011010001100110110001111110010100110111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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