Html Css Color HEX #949173 Gurkha

📋 copy color: '#949173'

red 148 ◦ green 145 ◦ blue 115

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

Shades of Gurkha #949173

Tints of Gurkha #949173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 36.27%
G = 35.54%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#949173 (or 0x949173) is known color: Gurkha. HEX triplet: 94, 91 and 73. RGB value is (148,145,115). Sum of RGB (Red+Green+Blue) = 148+145+115=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #949173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949173 is #6B6E8C. Grayscale: #8E8E8E. Windows color (decimal): -7040653 or 7573908. OLE color: 7573908.

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

Color convert

RGB 148 145 115 -
CMYK 0 0.02 0.22 0.42
HSL 54.55º 0.13% 0.52% -
HSV(B) 54.55º 0.22% 0.58% -
XYZ 25.43 27.78 20.24 -
YUV 142.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 148 145 115 0 0.02 0.22 0.42 54.55 0.13 0.52
Hex 94 91 73 0 2 16 2A 37 D 34
Octal 224 221 163 0 2 26 52 67 15 64
Binary 10010100 10010001 1110011 0 10 10110 101010 110111 1101 110100

Color Harmonies of #949173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949173

Black with #949173

Text Example


Text Example

White with #949173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949173; }

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

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

background-color css

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

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

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

border-color css

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

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

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