#948D71

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

Shades of Gurkha #948D71

Tints of Gurkha #948D71

Color information

#948D71 (or 0x948D71) is unknown color: approx Gurkha. HEX triplet: 94, 8D and 71. RGB value is (148,141,113). Sum of RGB (Red+Green+Blue) = 148+141+113=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #948D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D71 is #6B728E. Grayscale: #8C8C8C. Windows color (decimal): -7041679 or 7441812. OLE color: 7441812.

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

Color convert

RGB148141113-
CMYK00.050.240.42
HSL48º14.06%51.18%-
HSV(B)48º23.65%58.04%-
XYZ24.7226.5419.44-
YUV139.9112.82133.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=36.82%
G=35.07%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814111300.050.240.424814.0651.18
Hex948D7105182A30e33
Octal224215161053052601663
Binary100101001000110111100010101110001010101100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,141,113); }

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

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

 a { background-color: rgb(148,141,113); }

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

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

 span { border-color: rgb(148,141,113); }

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