Html Css Color HEX #999059 Gurkha

📋 copy color: '#999059'

red 153 ◦ green 144 ◦ blue 89

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

Shades of Gurkha #999059

Tints of Gurkha #999059

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

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

R = 39.64%
G = 37.31%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#999059 (or 0x999059) is known color: Gurkha. HEX triplet: 99, 90 and 59. RGB value is (153,144,89). Sum of RGB (Red+Green+Blue) = 153+144+89=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #999059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999059 is #666FA6. Grayscale: #8C8C8C. Windows color (decimal): -6713255 or 5869721. OLE color: 5869721.

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

Color convert

RGB 153 144 89 -
CMYK 0 0.06 0.42 0.4
HSL 51.56º 0.26% 0.47% -
HSV(B) 51.56º 0.42% 0.6% -
XYZ 24.91 27.44 13.43 -
YUV 140.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 153 144 89 0 0.06 0.42 0.4 51.56 0.26 0.47
Hex 99 90 59 0 6 2A 28 34 1A 2F
Octal 231 220 131 0 6 52 50 64 32 57
Binary 10011001 10010000 1011001 0 110 101010 101000 110100 11010 101111

Color Harmonies of #999059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999059

Black with #999059

Text Example


Text Example

White with #999059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999059; }

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

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

background-color css

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

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

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

border-color css

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

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

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