Html Css Color HEX #949175 Gurkha

📋 copy color: '#949175'

red 148 ◦ green 145 ◦ blue 117

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

Shades of Gurkha #949175

Tints of Gurkha #949175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 36.1%
G = 35.37%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#949175 (or 0x949175) is known color: Gurkha. HEX triplet: 94, 91 and 75. RGB value is (148,145,117). Sum of RGB (Red+Green+Blue) = 148+145+117=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #949175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949175 is #6B6E8A. Grayscale: #8E8E8E. Windows color (decimal): -7040651 or 7704980. OLE color: 7704980.

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

Color convert

RGB 148 145 117 -
CMYK 0 0.02 0.21 0.42
HSL 54.19º 0.13% 0.52% -
HSV(B) 54.19º 0.21% 0.58% -
XYZ 25.55 27.83 20.85 -
YUV 142.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 148 145 117 0 0.02 0.21 0.42 54.19 0.13 0.52
Hex 94 91 75 0 2 15 2A 36 D 34
Octal 224 221 165 0 2 25 52 66 15 64
Binary 10010100 10010001 1110101 0 10 10101 101010 110110 1101 110100

Color Harmonies of #949175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949175

Black with #949175

Text Example


Text Example

White with #949175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949175; }

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

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

background-color css

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

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

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

border-color css

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

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

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