#949174

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

Shades of Gurkha #949174

Tints of Gurkha #949174

Color information

#949174 (or 0x949174) is unknown color: approx Gurkha. HEX triplet: 94, 91 and 74. RGB value is (148,145,116). Sum of RGB (Red+Green+Blue) = 148+145+116=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #949174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949174 is #6B6E8B. Grayscale: #8E8E8E. Windows color (decimal): -7040652 or 7639444. OLE color: 7639444.

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

Color convert

RGB148145116-
CMYK00.020.220.42
HSL54.38º13.01%51.76%-
HSV(B)54.38º21.62%58.04%-
XYZ25.4927.8120.55-
YUV142.59112.99131.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 116 (45.70% from 255) = 28.36%
R=36.19%
G=35.45%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814511600.020.220.4254.3813.0151.76
Hex94917402162A36d34
Octal224221164022652661564
Binary10010100100100011110100010101101010101101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949174; }

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

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

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

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

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

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

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

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