Html Css Color HEX #999363 Gurkha

📋 copy color: '#999363'

red 153 ◦ green 147 ◦ blue 99

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

Shades of Gurkha #999363

Tints of Gurkha #999363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.81%

R = 38.35%
G = 36.84%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#999363 (or 0x999363) is known color: Gurkha. HEX triplet: 99, 93 and 63. RGB value is (153,147,99). Sum of RGB (Red+Green+Blue) = 153+147+99=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #999363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999363 is #666C9C. Grayscale: #8F8F8F. Windows color (decimal): -6712477 or 6525849. OLE color: 6525849.

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

Color convert

RGB 153 147 99 -
CMYK 0 0.04 0.35 0.4
HSL 53.33º 0.21% 0.49% -
HSV(B) 53.33º 0.35% 0.6% -
XYZ 25.82 28.54 15.95 -
YUV 143.32 102.99 134.9 -
System Red Green Blue C M Y K H S L
Decimal 153 147 99 0 0.04 0.35 0.4 53.33 0.21 0.49
Hex 99 93 63 0 4 23 28 35 15 31
Octal 231 223 143 0 4 43 50 65 25 61
Binary 10011001 10010011 1100011 0 100 100011 101000 110101 10101 110001

Color Harmonies of #999363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999363

Black with #999363

Text Example


Text Example

White with #999363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999363; }

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

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

background-color css

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

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

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

border-color css

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

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

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