#949279

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

Shades of Gurkha #949279

Tints of Gurkha #949279

Color information

#949279 (or 0x949279) is unknown color: approx Gurkha. HEX triplet: 94, 92 and 79. RGB value is (148,146,121). Sum of RGB (Red+Green+Blue) = 148+146+121=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #949279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949279 is #6B6D86. Grayscale: #8F8F8F. Windows color (decimal): -7040391 or 7967380. OLE color: 7967380.

HSL color Cylindrical-coordinate representation of color #949279: hue angle of 55.56º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #949279 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148146121-
CMYK00.010.180.42
HSL55.56º11.2%52.75%-
HSV(B)55.56º18.24%58.04%-
XYZ25.9428.2322.17-
YUV143.75115.16131.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 121 (47.66% from 255) = 29.16%
R=35.66%
G=35.18%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814612100.010.180.4255.5611.252.75
Hex94927901122A38b35
Octal224222171012252701365
Binary1001010010010010111100101100101010101110001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949279; }

 p { color: rgb(148,146,121); }

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

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

 a { background-color: rgb(148,146,121); }

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

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

 span { border-color: rgb(148,146,121); }

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