#958F6A

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

Shades of Gurkha #958F6A

Tints of Gurkha #958F6A

Color information

#958F6A (or 0x958F6A) is unknown color: approx Gurkha. HEX triplet: 95, 8F and 6A. RGB value is (149,143,106). Sum of RGB (Red+Green+Blue) = 149+143+106=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #958F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F6A is #6A7095. Grayscale: #8C8C8C. Windows color (decimal): -6975638 or 6983573. OLE color: 6983573.

HSL color Cylindrical-coordinate representation of color #958F6A: hue angle of 51.63º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #958F6A is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB149143106-
CMYK00.040.290.42
HSL51.63º16.86%50%-
HSV(B)51.63º28.86%58.43%-
XYZ24.8227.0817.55-
YUV140.58108.49134.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=37.44%
G=35.93%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914310600.040.290.4251.6316.8650
Hex958F6A041D2A341132
Octal225217152043552642162
Binary1001010110001111110101001001110110101011010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958F6A; }

 p { color: rgb(149,143,106); }

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

<style>
 a { background-color: #958F6A; }

 a { background-color: rgb(149,143,106); }

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

<style>
 span { border-color: #958F6A; }

 span { border-color: rgb(149,143,106); }

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