Html Css Color HEX #999171 Gurkha

📋 copy color: '#999171'

red 153 ◦ green 145 ◦ blue 113

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

Shades of Gurkha #999171

Tints of Gurkha #999171

RGB

 RED value IS 153 (60.16% from 255) = 37.23%

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

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

R = 37.23%
G = 35.28%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#999171 (or 0x999171) is known color: Gurkha. HEX triplet: 99, 91 and 71. RGB value is (153,145,113). Sum of RGB (Red+Green+Blue) = 153+145+113=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #999171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999171 is #666E8E. Grayscale: #8F8F8F. Windows color (decimal): -6712975 or 7442841. OLE color: 7442841.

HSL color Cylindrical-coordinate representation of color #999171: hue angle of 48º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999171 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 145 113 -
CMYK 0 0.05 0.26 0.4
HSL 48º 0.16% 0.52% -
HSV(B) 48º 0.26% 0.6% -
XYZ 26.24 28.22 19.69 -
YUV 143.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 153 145 113 0 0.05 0.26 0.4 48 0.16 0.52
Hex 99 91 71 0 5 1A 28 30 10 34
Octal 231 221 161 0 5 32 50 60 20 64
Binary 10011001 10010001 1110001 0 101 11010 101000 110000 10000 110100

Color Harmonies of #999171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999171

Black with #999171

Text Example


Text Example

White with #999171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999171; }

 p { color: rgb(153,145,113); }

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

background-color css

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

 a { background-color: rgb(153,145,113); }

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

border-color css

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

 span { border-color: rgb(153,145,113); }

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