Html Css Color HEX #949279 Gurkha

📋 copy color: '#949279'

red 148 ◦ green 146 ◦ blue 121

#949279
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #949279

Tints of Gurkha #949279

RGB

 RED value IS 148 (58.2% 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 value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#949279 (or 0x949279) is known color: 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

RGB 148 146 121 -
CMYK 0 0.01 0.18 0.42
HSL 55.56º 0.11% 0.53% -
HSV(B) 55.56º 0.18% 0.58% -
XYZ 25.94 28.23 22.17 -
YUV 143.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 148 146 121 0 0.01 0.18 0.42 55.56 0.11 0.53
Hex 94 92 79 0 1 12 2A 38 B 35
Octal 224 222 171 0 1 22 52 70 13 65
Binary 10010100 10010010 1111001 0 1 10010 101010 111000 1011 110101

Color Harmonies of #949279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949279

Black with #949279

Text Example


Text Example

White with #949279

Text Example


Text Example

HTML Codes & Css Web 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>