Html Css Color HEX #9A9277 Gurkha

📋 copy color: '#9A9277'

red 154 ◦ green 146 ◦ blue 119

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

Shades of Gurkha #9A9277

Tints of Gurkha #9A9277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.84%

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

R = 36.75%
G = 34.84%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A9277 (or 0x9A9277) is known color: Gurkha. HEX triplet: 9A, 92 and 77. RGB value is (154,146,119). Sum of RGB (Red+Green+Blue) = 154+146+119=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9277 is #656D88. Grayscale: #919191. Windows color (decimal): -6647177 or 7836314. OLE color: 7836314.

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

Color convert

RGB 154 146 119 -
CMYK 0 0.05 0.23 0.40
HSL 46.29º 0.15% 0.54% -
HSV(B) 46.29º 0.23% 0.6% -
XYZ 26.94 28.76 21.58 -
YUV 145.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 154 146 119 0 0.05 0.23 0.40 46.29 0.15 0.54
Hex 9A 92 77 0 5 17 28 2E F 36
Octal 232 222 167 0 5 27 50 56 17 66
Binary 10011010 10010010 1110111 0 101 10111 101000 101110 1111 110110

Color Harmonies of #9A9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9277

Black with #9A9277

Text Example


Text Example

White with #9A9277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,146,119); }

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

background-color css

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

 a { background-color: rgb(154,146,119); }

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

border-color css

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

 span { border-color: rgb(154,146,119); }

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