Html Css Color HEX #999076 Gurkha

📋 copy color: '#999076'

red 153 ◦ green 144 ◦ blue 118

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

Shades of Gurkha #999076

Tints of Gurkha #999076

RGB

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

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

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

R = 36.87%
G = 34.7%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#999076 (or 0x999076) is known color: Gurkha. HEX triplet: 99, 90 and 76. RGB value is (153,144,118). Sum of RGB (Red+Green+Blue) = 153+144+118=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #999076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999076 is #666F89. Grayscale: #8F8F8F. Windows color (decimal): -6713226 or 7770265. OLE color: 7770265.

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

Color convert

RGB 153 144 118 -
CMYK 0 0.06 0.23 0.4
HSL 44.57º 0.15% 0.53% -
HSV(B) 44.57º 0.23% 0.6% -
XYZ 26.38 28.03 21.16 -
YUV 143.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 153 144 118 0 0.06 0.23 0.4 44.57 0.15 0.53
Hex 99 90 76 0 6 17 28 2D F 35
Octal 231 220 166 0 6 27 50 55 17 65
Binary 10011001 10010000 1110110 0 110 10111 101000 101101 1111 110101

Color Harmonies of #999076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999076

Black with #999076

Text Example


Text Example

White with #999076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999076; }

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

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

background-color css

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

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

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

border-color css

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

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

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