Html Css Color HEX #949179 Gurkha

📋 copy color: '#949179'

red 148 ◦ green 145 ◦ blue 121

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

Shades of Gurkha #949179

Tints of Gurkha #949179

RGB

 RED value IS 148 (58.2% from 255) = 35.75%

 GREEN value IS 145 (57.03% from 255) = 35.02%

 BLUE value IS 121 (47.66% from 255) = 29.23%

R = 35.75%
G = 35.02%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#949179 (or 0x949179) is known color: Gurkha. HEX triplet: 94, 91 and 79. RGB value is (148,145,121). Sum of RGB (Red+Green+Blue) = 148+145+121=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #949179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949179 is #6B6E86. Grayscale: #8F8F8F. Windows color (decimal): -7040647 or 7967124. OLE color: 7967124.

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

Color convert

RGB 148 145 121 -
CMYK 0 0.02 0.18 0.42
HSL 53.33º 0.11% 0.53% -
HSV(B) 53.33º 0.18% 0.58% -
XYZ 25.79 27.93 22.12 -
YUV 143.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 148 145 121 0 0.02 0.18 0.42 53.33 0.11 0.53
Hex 94 91 79 0 2 12 2A 35 B 35
Octal 224 221 171 0 2 22 52 65 13 65
Binary 10010100 10010001 1111001 0 10 10010 101010 110101 1011 110101

Color Harmonies of #949179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949179

Black with #949179

Text Example


Text Example

White with #949179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949179; }

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

 H1.HeaderClassName
 {
   color: #949179;
 }
 .AnyTagClassName
 {
   color: #949179;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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