#958B67

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

Shades of Gurkha #958B67

Tints of Gurkha #958B67

Color information

#958B67 (or 0x958B67) is unknown color: approx Gurkha. HEX triplet: 95, 8B and 67. RGB value is (149,139,103). Sum of RGB (Red+Green+Blue) = 149+139+103=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #958B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B67 is #6A7498. Grayscale: #8A8A8A. Windows color (decimal): -6976665 or 6785941. OLE color: 6785941.

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

Color convert

RGB149139103-
CMYK00.070.310.42
HSL46.96º18.25%49.41%-
HSV(B)46.96º30.87%58.43%-
XYZ24.0825.8316.55-
YUV137.89108.31135.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=38.11%
G=35.55%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913910300.070.310.4246.9618.2549.41
Hex958B67071F2A2f1231
Octal225213147073752572261
Binary1001010110001011110011101111111110101010111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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