Html Css Color HEX #999377 Gurkha

📋 copy color: '#999377'

red 153 ◦ green 147 ◦ blue 119

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

Shades of Gurkha #999377

Tints of Gurkha #999377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.4%

R = 36.52%
G = 35.08%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#999377 (or 0x999377) is known color: Gurkha. HEX triplet: 99, 93 and 77. RGB value is (153,147,119). Sum of RGB (Red+Green+Blue) = 153+147+119=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #999377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999377 is #666C88. Grayscale: #919191. Windows color (decimal): -6712457 or 7836569. OLE color: 7836569.

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

Color convert

RGB 153 147 119 -
CMYK 0 0.04 0.22 0.4
HSL 49.41º 0.14% 0.53% -
HSV(B) 49.41º 0.22% 0.6% -
XYZ 26.9 28.97 21.63 -
YUV 145.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 153 147 119 0 0.04 0.22 0.4 49.41 0.14 0.53
Hex 99 93 77 0 4 16 28 31 E 35
Octal 231 223 167 0 4 26 50 61 16 65
Binary 10011001 10010011 1110111 0 100 10110 101000 110001 1110 110101

Color Harmonies of #999377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999377

Black with #999377

Text Example


Text Example

White with #999377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999377; }

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

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

background-color css

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

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

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

border-color css

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

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

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