Html Css Color HEX #999159 Gurkha

📋 copy color: '#999159'

red 153 ◦ green 145 ◦ blue 89

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

Shades of Gurkha #999159

Tints of Gurkha #999159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23%

R = 39.53%
G = 37.47%
B = 23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#999159 (or 0x999159) is known color: Gurkha. HEX triplet: 99, 91 and 59. RGB value is (153,145,89). Sum of RGB (Red+Green+Blue) = 153+145+89=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #999159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999159 is #666EA6. Grayscale: #8D8D8D. Windows color (decimal): -6712999 or 5869977. OLE color: 5869977.

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

Color convert

RGB 153 145 89 -
CMYK 0 0.05 0.42 0.4
HSL 52.5º 0.26% 0.47% -
HSV(B) 52.5º 0.42% 0.6% -
XYZ 25.07 27.74 13.49 -
YUV 141.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 153 145 89 0 0.05 0.42 0.4 52.5 0.26 0.47
Hex 99 91 59 0 5 2A 28 34 1A 2F
Octal 231 221 131 0 5 52 50 64 32 57
Binary 10011001 10010001 1011001 0 101 101010 101000 110100 11010 101111

Color Harmonies of #999159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999159

Black with #999159

Text Example


Text Example

White with #999159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999159; }

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

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

background-color css

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

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

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

border-color css

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

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

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