Html Css Color HEX #999372 Gurkha

📋 copy color: '#999372'

red 153 ◦ green 147 ◦ blue 114

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

Shades of Gurkha #999372

Tints of Gurkha #999372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.51%

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 36.96%
G = 35.51%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#999372 (or 0x999372) is known color: Gurkha. HEX triplet: 99, 93 and 72. RGB value is (153,147,114). Sum of RGB (Red+Green+Blue) = 153+147+114=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #999372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999372 is #666C8D. Grayscale: #919191. Windows color (decimal): -6712462 or 7508889. OLE color: 7508889.

HSL color Cylindrical-coordinate representation of color #999372: hue angle of 50.77º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #999372 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 147 114 -
CMYK 0 0.04 0.25 0.4
HSL 50.77º 0.16% 0.52% -
HSV(B) 50.77º 0.25% 0.6% -
XYZ 26.61 28.85 20.09 -
YUV 145.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 153 147 114 0 0.04 0.25 0.4 50.77 0.16 0.52
Hex 99 93 72 0 4 19 28 33 10 34
Octal 231 223 162 0 4 31 50 63 20 64
Binary 10011001 10010011 1110010 0 100 11001 101000 110011 10000 110100

Color Harmonies of #999372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999372

Black with #999372

Text Example


Text Example

White with #999372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999372; }

 p { color: rgb(153,147,114); }

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

background-color css

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

 a { background-color: rgb(153,147,114); }

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

border-color css

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

 span { border-color: rgb(153,147,114); }

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