Html Css Color HEX #949172 Gurkha

📋 copy color: '#949172'

red 148 ◦ green 145 ◦ blue 114

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

Shades of Gurkha #949172

Tints of Gurkha #949172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 36.36%
G = 35.63%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#949172 (or 0x949172) is known color: Gurkha. HEX triplet: 94, 91 and 72. RGB value is (148,145,114). Sum of RGB (Red+Green+Blue) = 148+145+114=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #949172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949172 is #6B6E8D. Grayscale: #8E8E8E. Windows color (decimal): -7040654 or 7508372. OLE color: 7508372.

HSL color Cylindrical-coordinate representation of color #949172: hue angle of 54.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949172 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 114 -
CMYK 0 0.02 0.23 0.42
HSL 54.71º 0.14% 0.51% -
HSV(B) 54.71º 0.23% 0.58% -
XYZ 25.38 27.76 19.94 -
YUV 142.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 148 145 114 0 0.02 0.23 0.42 54.71 0.14 0.51
Hex 94 91 72 0 2 17 2A 37 E 33
Octal 224 221 162 0 2 27 52 67 16 63
Binary 10010100 10010001 1110010 0 10 10111 101010 110111 1110 110011

Color Harmonies of #949172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949172

Black with #949172

Text Example


Text Example

White with #949172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949172; }

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

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

background-color css

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

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

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

border-color css

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

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

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