Html Css Color HEX #999576 Gurkha

📋 copy color: '#999576'

red 153 ◦ green 149 ◦ blue 118

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

Shades of Gurkha #999576

Tints of Gurkha #999576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 36.43%
G = 35.48%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#999576 (or 0x999576) is known color: Gurkha. HEX triplet: 99, 95 and 76. RGB value is (153,149,118). Sum of RGB (Red+Green+Blue) = 153+149+118=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #999576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999576 is #666A89. Grayscale: #929292. Windows color (decimal): -6711946 or 7771545. OLE color: 7771545.

HSL color Cylindrical-coordinate representation of color #999576: hue angle of 53.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #999576 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 149 118 -
CMYK 0 0.03 0.23 0.4
HSL 53.14º 0.15% 0.53% -
HSV(B) 53.14º 0.23% 0.6% -
XYZ 27.15 29.58 21.42 -
YUV 146.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 153 149 118 0 0.03 0.23 0.4 53.14 0.15 0.53
Hex 99 95 76 0 3 17 28 35 F 35
Octal 231 225 166 0 3 27 50 65 17 65
Binary 10011001 10010101 1110110 0 11 10111 101000 110101 1111 110101

Color Harmonies of #999576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999576

Black with #999576

Text Example


Text Example

White with #999576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999576; }

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

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

background-color css

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

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

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

border-color css

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

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

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