Html Css Color HEX #999176 Gurkha

📋 copy color: '#999176'

red 153 ◦ green 145 ◦ blue 118

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

Shades of Gurkha #999176

Tints of Gurkha #999176

RGB

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

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

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

R = 36.78%
G = 34.86%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#999176 (or 0x999176) is known color: Gurkha. HEX triplet: 99, 91 and 76. RGB value is (153,145,118). Sum of RGB (Red+Green+Blue) = 153+145+118=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #999176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999176 is #666E89. Grayscale: #909090. Windows color (decimal): -6712970 or 7770521. OLE color: 7770521.

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

Color convert

RGB 153 145 118 -
CMYK 0 0.05 0.23 0.4
HSL 46.29º 0.15% 0.53% -
HSV(B) 46.29º 0.23% 0.6% -
XYZ 26.53 28.33 21.21 -
YUV 144.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 153 145 118 0 0.05 0.23 0.4 46.29 0.15 0.53
Hex 99 91 76 0 5 17 28 2E F 35
Octal 231 221 166 0 5 27 50 56 17 65
Binary 10011001 10010001 1110110 0 101 10111 101000 101110 1111 110101

Color Harmonies of #999176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999176

Black with #999176

Text Example


Text Example

White with #999176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999176; }

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

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

background-color css

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

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

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

border-color css

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

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

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