#949180

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

Shades of Gurkha #949180

Tints of Gurkha #949180

Color information

#949180 (or 0x949180) is unknown color: approx Gurkha. HEX triplet: 94, 91 and 80. RGB value is (148,145,128). Sum of RGB (Red+Green+Blue) = 148+145+128=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #949180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949180 is #6B6E7F. Grayscale: #909090. Windows color (decimal): -7040640 or 8425876. OLE color: 8425876.

HSL color Cylindrical-coordinate representation of color #949180: hue angle of 51º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #949180 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148145128-
CMYK00.020.140.42
HSL51º8.55%54.12%-
HSV(B)51º13.51%58.04%-
XYZ26.2328.1124.46-
YUV143.96118.99130.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=35.15%
G=34.44%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814512800.020.140.42518.5554.12
Hex94918002E2A33936
Octal224221200021652631166
Binary10010100100100011000000001011101010101100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949180; }

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

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

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

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

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

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

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

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