#948E72

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

Shades of Gurkha #948E72

Tints of Gurkha #948E72

Color information

#948E72 (or 0x948E72) is unknown color: approx Gurkha. HEX triplet: 94, 8E and 72. RGB value is (148,142,114). Sum of RGB (Red+Green+Blue) = 148+142+114=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #948E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E72 is #6B718D. Grayscale: #8C8C8C. Windows color (decimal): -7041422 or 7507604. OLE color: 7507604.

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

Color convert

RGB148142114-
CMYK00.040.230.42
HSL49.41º13.71%51.37%-
HSV(B)49.41º22.97%58.04%-
XYZ24.9226.8619.79-
YUV140.6112.99133.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 142 (55.86% from 255) = 35.15%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=36.63%
G=35.15%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814211400.040.230.4249.4113.7151.37
Hex948E7204172A31e33
Octal224216162042752611663
Binary100101001000111011100100100101111010101100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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