Html Css Color HEX #949180 Gurkha

📋 copy color: '#949180'

red 148 ◦ green 145 ◦ blue 128

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

Shades of Gurkha #949180

Tints of Gurkha #949180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 35.15%
G = 34.44%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

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

RGB 148 145 128 -
CMYK 0 0.02 0.14 0.42
HSL 51º 0.09% 0.54% -
HSV(B) 51º 0.14% 0.58% -
XYZ 26.23 28.11 24.46 -
YUV 143.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 148 145 128 0 0.02 0.14 0.42 51 0.09 0.54
Hex 94 91 80 0 2 E 2A 33 9 36
Octal 224 221 200 0 2 16 52 63 11 66
Binary 10010100 10010001 10000000 0 10 1110 101010 110011 1001 110110

Color Harmonies of #949180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949180

Black with #949180

Text Example


Text Example

White with #949180

Text Example


Text Example

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