Html Css Color HEX #999175 Gurkha

📋 copy color: '#999175'

red 153 ◦ green 145 ◦ blue 117

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

Shades of Gurkha #999175

Tints of Gurkha #999175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 36.87%
G = 34.94%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#999175 (or 0x999175) is known color: Gurkha. HEX triplet: 99, 91 and 75. RGB value is (153,145,117). Sum of RGB (Red+Green+Blue) = 153+145+117=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #999175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999175 is #666E8A. Grayscale: #909090. Windows color (decimal): -6712971 or 7704985. OLE color: 7704985.

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

Color convert

RGB 153 145 117 -
CMYK 0 0.05 0.24 0.4
HSL 46.67º 0.15% 0.53% -
HSV(B) 46.67º 0.24% 0.6% -
XYZ 26.47 28.31 20.9 -
YUV 144.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 153 145 117 0 0.05 0.24 0.4 46.67 0.15 0.53
Hex 99 91 75 0 5 18 28 2F F 35
Octal 231 221 165 0 5 30 50 57 17 65
Binary 10011001 10010001 1110101 0 101 11000 101000 101111 1111 110101

Color Harmonies of #999175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999175

Black with #999175

Text Example


Text Example

White with #999175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999175; }

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

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

background-color css

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

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

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

border-color css

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

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

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