Html Css Color HEX #949071 Gurkha

📋 copy color: '#949071'

red 148 ◦ green 144 ◦ blue 113

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

Shades of Gurkha #949071

Tints of Gurkha #949071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 36.54%
G = 35.56%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#949071 (or 0x949071) is known color: Gurkha. HEX triplet: 94, 90 and 71. RGB value is (148,144,113). Sum of RGB (Red+Green+Blue) = 148+144+113=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #949071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949071 is #6B6F8E. Grayscale: #8D8D8D. Windows color (decimal): -7040911 or 7442580. OLE color: 7442580.

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

Color convert

RGB 148 144 113 -
CMYK 0 0.03 0.24 0.42
HSL 53.14º 0.14% 0.51% -
HSV(B) 53.14º 0.24% 0.58% -
XYZ 25.17 27.43 19.59 -
YUV 141.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 148 144 113 0 0.03 0.24 0.42 53.14 0.14 0.51
Hex 94 90 71 0 3 18 2A 35 E 33
Octal 224 220 161 0 3 30 52 65 16 63
Binary 10010100 10010000 1110001 0 11 11000 101010 110101 1110 110011

Color Harmonies of #949071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949071

Black with #949071

Text Example


Text Example

White with #949071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949071; }

 p { color: rgb(148,144,113); }

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

background-color css

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

 a { background-color: rgb(148,144,113); }

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

border-color css

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

 span { border-color: rgb(148,144,113); }

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