Html Css Color HEX #999370 Gurkha

📋 copy color: '#999370'

red 153 ◦ green 147 ◦ blue 112

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

Shades of Gurkha #999370

Tints of Gurkha #999370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 37.14%
G = 35.68%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#999370 (or 0x999370) is known color: Gurkha. HEX triplet: 99, 93 and 70. RGB value is (153,147,112). Sum of RGB (Red+Green+Blue) = 153+147+112=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #999370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999370 is #666C8F. Grayscale: #909090. Windows color (decimal): -6712464 or 7377817. OLE color: 7377817.

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

Color convert

RGB 153 147 112 -
CMYK 0 0.04 0.27 0.4
HSL 51.22º 0.17% 0.52% -
HSV(B) 51.22º 0.27% 0.6% -
XYZ 26.5 28.81 19.49 -
YUV 144.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 153 147 112 0 0.04 0.27 0.4 51.22 0.17 0.52
Hex 99 93 70 0 4 1B 28 33 11 34
Octal 231 223 160 0 4 33 50 63 21 64
Binary 10011001 10010011 1110000 0 100 11011 101000 110011 10001 110100

Color Harmonies of #999370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999370

Black with #999370

Text Example


Text Example

White with #999370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999370; }

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

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

background-color css

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

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

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

border-color css

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

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

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