#948F6E

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

Shades of Gurkha #948F6E

Tints of Gurkha #948F6E

Color information

#948F6E (or 0x948F6E) is unknown color: approx Gurkha. HEX triplet: 94, 8F and 6E. RGB value is (148,143,110). Sum of RGB (Red+Green+Blue) = 148+143+110=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #948F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F6E is #6B7091. Grayscale: #8C8C8C. Windows color (decimal): -7041170 or 7245716. OLE color: 7245716.

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

Color convert

RGB148143110-
CMYK00.030.260.42
HSL52.11º15.08%50.59%-
HSV(B)52.11º25.68%58.04%-
XYZ24.8527.0718.67-
YUV140.73110.66133.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=36.91%
G=35.66%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814311000.030.260.4252.1115.0850.59
Hex948F6E031A2A34f33
Octal224217156033252641763
Binary10010100100011111101110011110101010101101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,143,110); }

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

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

 a { background-color: rgb(148,143,110); }

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

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

 span { border-color: rgb(148,143,110); }

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