Html Css Color HEX #999060 Gurkha

📋 copy color: '#999060'

red 153 ◦ green 144 ◦ blue 96

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

Shades of Gurkha #999060

Tints of Gurkha #999060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.43%

R = 38.93%
G = 36.64%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#999060 (or 0x999060) is known color: Gurkha. HEX triplet: 99, 90 and 60. RGB value is (153,144,96). Sum of RGB (Red+Green+Blue) = 153+144+96=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #999060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999060 is #666F9F. Grayscale: #8D8D8D. Windows color (decimal): -6713248 or 6328473. OLE color: 6328473.

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

Color convert

RGB 153 144 96 -
CMYK 0 0.06 0.37 0.4
HSL 50.53º 0.23% 0.49% -
HSV(B) 50.53º 0.37% 0.6% -
XYZ 25.22 27.56 15.06 -
YUV 141.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 153 144 96 0 0.06 0.37 0.4 50.53 0.23 0.49
Hex 99 90 60 0 6 25 28 33 17 31
Octal 231 220 140 0 6 45 50 63 27 61
Binary 10011001 10010000 1100000 0 110 100101 101000 110011 10111 110001

Color Harmonies of #999060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999060

Black with #999060

Text Example


Text Example

White with #999060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999060; }

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

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

background-color css

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

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

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

border-color css

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

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

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