#949171

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

Shades of Gurkha #949171

Tints of Gurkha #949171

Color information

#949171 (or 0x949171) is unknown color: approx Gurkha. HEX triplet: 94, 91 and 71. RGB value is (148,145,113). Sum of RGB (Red+Green+Blue) = 148+145+113=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #949171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949171 is #6B6E8E. Grayscale: #8E8E8E. Windows color (decimal): -7040655 or 7442836. OLE color: 7442836.

HSL color Cylindrical-coordinate representation of color #949171: hue angle of 54.86º 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 #949171 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB148145113-
CMYK00.020.240.42
HSL54.86º14.06%51.18%-
HSV(B)54.86º23.65%58.04%-
XYZ25.3227.7419.64-
YUV142.25111.49132.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=36.45%
G=35.71%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814511300.020.240.4254.8614.0651.18
Hex94917102182A37e33
Octal224221161023052671663
Binary10010100100100011110001010110001010101101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949171; }

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

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

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

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

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

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

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

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