Html Css Color HEX #949174 Gurkha

📋 copy color: '#949174'

red 148 ◦ green 145 ◦ blue 116

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

Shades of Gurkha #949174

Tints of Gurkha #949174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.36%

R = 36.19%
G = 35.45%
B = 28.36%

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

#949174 (or 0x949174) is known color: Gurkha. HEX triplet: 94, 91 and 74. RGB value is (148,145,116). Sum of RGB (Red+Green+Blue) = 148+145+116=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #949174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949174 is #6B6E8B. Grayscale: #8E8E8E. Windows color (decimal): -7040652 or 7639444. OLE color: 7639444.

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

Color convert

RGB 148 145 116 -
CMYK 0 0.02 0.22 0.42
HSL 54.38º 0.13% 0.52% -
HSV(B) 54.38º 0.22% 0.58% -
XYZ 25.49 27.81 20.55 -
YUV 142.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 148 145 116 0 0.02 0.22 0.42 54.38 0.13 0.52
Hex 94 91 74 0 2 16 2A 36 D 34
Octal 224 221 164 0 2 26 52 66 15 64
Binary 10010100 10010001 1110100 0 10 10110 101010 110110 1101 110100

Color Harmonies of #949174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949174

Black with #949174

Text Example


Text Example

White with #949174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949174; }

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

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

background-color css

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

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

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

border-color css

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

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

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