#968F69

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

Shades of Gurkha #968F69

Tints of Gurkha #968F69

Color information

#968F69 (or 0x968F69) is unknown color: approx Gurkha. HEX triplet: 96, 8F and 69. RGB value is (150,143,105). Sum of RGB (Red+Green+Blue) = 150+143+105=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F69 is #697096. Grayscale: #8C8C8C. Windows color (decimal): -6910103 or 6918038. OLE color: 6918038.

HSL color Cylindrical-coordinate representation of color #968F69: hue angle of 50.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #968F69 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB150143105-
CMYK00.050.300.41
HSL50.67º17.65%50%-
HSV(B)50.67º30%58.82%-
XYZ24.9527.1517.29-
YUV140.76107.82134.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=37.69%
G=35.93%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014310500.050.300.4150.6717.6550
Hex968F69051E29331232
Octal226217151053651632262
Binary1001011010001111110100101011111010100111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,143,105); }

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

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

 a { background-color: rgb(150,143,105); }

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

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

 span { border-color: rgb(150,143,105); }

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