Html Css Color HEX #999579 Gurkha

📋 copy color: '#999579'

red 153 ◦ green 149 ◦ blue 121

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

Shades of Gurkha #999579

Tints of Gurkha #999579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 36.17%
G = 35.22%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#999579 (or 0x999579) is known color: Gurkha. HEX triplet: 99, 95 and 79. RGB value is (153,149,121). Sum of RGB (Red+Green+Blue) = 153+149+121=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #999579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999579 is #666A86. Grayscale: #939393. Windows color (decimal): -6711943 or 7968153. OLE color: 7968153.

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

Color convert

RGB 153 149 121 -
CMYK 0 0.03 0.21 0.4
HSL 52.5º 0.14% 0.54% -
HSV(B) 52.5º 0.21% 0.6% -
XYZ 27.34 29.65 22.37 -
YUV 147 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 153 149 121 0 0.03 0.21 0.4 52.5 0.14 0.54
Hex 99 95 79 0 3 15 28 34 E 36
Octal 231 225 171 0 3 25 50 64 16 66
Binary 10011001 10010101 1111001 0 11 10101 101000 110100 1110 110110

Color Harmonies of #999579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999579

Black with #999579

Text Example


Text Example

White with #999579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999579; }

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

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

background-color css

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

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

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

border-color css

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

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

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