Html Css Color HEX #9A9369 Gurkha

📋 copy color: '#9A9369'

red 154 ◦ green 147 ◦ blue 105

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

Shades of Gurkha #9A9369

Tints of Gurkha #9A9369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.86%

R = 37.93%
G = 36.21%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#9A9369 (or 0x9A9369) is known color: Gurkha. HEX triplet: 9A, 93 and 69. RGB value is (154,147,105). Sum of RGB (Red+Green+Blue) = 154+147+105=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9369 is #656C96. Grayscale: #909090. Windows color (decimal): -6646935 or 6919066. OLE color: 6919066.

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

Color convert

RGB 154 147 105 -
CMYK 0 0.05 0.32 0.40
HSL 51.43º 0.2% 0.51% -
HSV(B) 51.43º 0.32% 0.6% -
XYZ 26.31 28.76 17.53 -
YUV 144.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 154 147 105 0 0.05 0.32 0.40 51.43 0.2 0.51
Hex 9A 93 69 0 5 20 28 33 14 33
Octal 232 223 151 0 5 40 50 63 24 63
Binary 10011010 10010011 1101001 0 101 100000 101000 110011 10100 110011

Color Harmonies of #9A9369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9369

Black with #9A9369

Text Example


Text Example

White with #9A9369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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