Html Css Color HEX #9A9363 Gurkha

📋 copy color: '#9A9363'

red 154 ◦ green 147 ◦ blue 99

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

Shades of Gurkha #9A9363

Tints of Gurkha #9A9363

RGB

 RED value IS 154 (60.55% from 255) = 38.5%

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

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

R = 38.5%
G = 36.75%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#9A9363 (or 0x9A9363) is known color: Gurkha. HEX triplet: 9A, 93 and 63. RGB value is (154,147,99). Sum of RGB (Red+Green+Blue) = 154+147+99=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9363 is #656C9C. Grayscale: #8F8F8F. Windows color (decimal): -6646941 or 6525850. OLE color: 6525850.

HSL color Cylindrical-coordinate representation of color #9A9363: hue angle of 52.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A9363 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 147 99 -
CMYK 0 0.05 0.36 0.40
HSL 52.36º 0.22% 0.5% -
HSV(B) 52.36º 0.36% 0.6% -
XYZ 26.01 28.64 15.96 -
YUV 143.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 154 147 99 0 0.05 0.36 0.40 52.36 0.22 0.5
Hex 9A 93 63 0 5 24 28 34 16 32
Octal 232 223 143 0 5 44 50 64 26 62
Binary 10011010 10010011 1100011 0 101 100100 101000 110100 10110 110010

Color Harmonies of #9A9363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9363

Black with #9A9363

Text Example


Text Example

White with #9A9363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A9363; }

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

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

background-color css

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

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

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

border-color css

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

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

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