#958B6B

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

Shades of Gurkha #958B6B

Tints of Gurkha #958B6B

Color information

#958B6B (or 0x958B6B) is unknown color: approx Gurkha. HEX triplet: 95, 8B and 6B. RGB value is (149,139,107). Sum of RGB (Red+Green+Blue) = 149+139+107=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #958B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B6B is #6A7494. Grayscale: #8A8A8A. Windows color (decimal): -6976661 or 7048085. OLE color: 7048085.

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

Color convert

RGB149139107-
CMYK00.070.280.42
HSL45.71º16.54%50.2%-
HSV(B)45.71º28.19%58.43%-
XYZ24.2825.9217.63-
YUV138.34110.31135.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 107 (42.19% from 255) = 27.09%
R=37.72%
G=35.19%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913910700.070.280.4245.7116.5450.2
Hex958B6B071C2A2e1132
Octal225213153073452562162
Binary1001010110001011110101101111110010101010111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,139,107); }

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

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

 a { background-color: rgb(149,139,107); }

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

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

 span { border-color: rgb(149,139,107); }

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