#948E75

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

Shades of Gurkha #948E75

Tints of Gurkha #948E75

Color information

#948E75 (or 0x948E75) is unknown color: approx Gurkha. HEX triplet: 94, 8E and 75. RGB value is (148,142,117). Sum of RGB (Red+Green+Blue) = 148+142+117=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #948E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E75 is #6B718A. Grayscale: #8D8D8D. Windows color (decimal): -7041419 or 7704212. OLE color: 7704212.

HSL color Cylindrical-coordinate representation of color #948E75: hue angle of 48.39º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #948E75 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB148142117-
CMYK00.040.210.42
HSL48.39º12.65%51.96%-
HSV(B)48.39º20.95%58.04%-
XYZ25.126.9320.7-
YUV140.94114.49133.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 142 (55.86% from 255) = 34.89%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=36.36%
G=34.89%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814211700.040.210.4248.3912.6551.96
Hex948E7504152A30d34
Octal224216165042552601564
Binary100101001000111011101010100101011010101100001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948E75; }

 p { color: rgb(148,142,117); }

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

<style>
 a { background-color: #948E75; }

 a { background-color: rgb(148,142,117); }

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

<style>
 span { border-color: #948E75; }

 span { border-color: rgb(148,142,117); }

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