Html Css Color HEX #999571 Gurkha

📋 copy color: '#999571'

red 153 ◦ green 149 ◦ blue 113

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

Shades of Gurkha #999571

Tints of Gurkha #999571

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.9%

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

R = 36.87%
G = 35.9%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#999571 (or 0x999571) is known color: Gurkha. HEX triplet: 99, 95 and 71. RGB value is (153,149,113). Sum of RGB (Red+Green+Blue) = 153+149+113=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #999571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999571 is #666A8E. Grayscale: #929292. Windows color (decimal): -6711951 or 7443865. OLE color: 7443865.

HSL color Cylindrical-coordinate representation of color #999571: hue angle of 54º 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 #999571 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 149 113 -
CMYK 0 0.03 0.26 0.4
HSL 54º 0.16% 0.52% -
HSV(B) 54º 0.26% 0.6% -
XYZ 26.86 29.46 19.89 -
YUV 146.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 153 149 113 0 0.03 0.26 0.4 54 0.16 0.52
Hex 99 95 71 0 3 1A 28 36 10 34
Octal 231 225 161 0 3 32 50 66 20 64
Binary 10011001 10010101 1110001 0 11 11010 101000 110110 10000 110100

Color Harmonies of #999571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999571

Black with #999571

Text Example


Text Example

White with #999571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999571; }

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

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

background-color css

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

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

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

border-color css

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

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

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