Html Css Color HEX #9B9379 Gurkha

📋 copy color: '#9B9379'

red 155 ◦ green 147 ◦ blue 121

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

Shades of Gurkha #9B9379

Tints of Gurkha #9B9379

RGB

 RED value IS 155 (60.94% from 255) = 36.64%

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

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 36.64%
G = 34.75%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B9379 (or 0x9B9379) is known color: Gurkha. HEX triplet: 9B, 93 and 79. RGB value is (155,147,121). Sum of RGB (Red+Green+Blue) = 155+147+121=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9379 is #646C86. Grayscale: #929292. Windows color (decimal): -6581383 or 7967643. OLE color: 7967643.

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

Color convert

RGB 155 147 121 -
CMYK 0 0.05 0.22 0.39
HSL 45.88º 0.15% 0.54% -
HSV(B) 45.88º 0.22% 0.61% -
XYZ 27.4 29.22 22.28 -
YUV 146.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 155 147 121 0 0.05 0.22 0.39 45.88 0.15 0.54
Hex 9B 93 79 0 5 16 27 2E F 36
Octal 233 223 171 0 5 26 47 56 17 66
Binary 10011011 10010011 1111001 0 101 10110 100111 101110 1111 110110

Color Harmonies of #9B9379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9379

Black with #9B9379

Text Example


Text Example

White with #9B9379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,147,121); }

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

background-color css

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

 a { background-color: rgb(155,147,121); }

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

border-color css

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

 span { border-color: rgb(155,147,121); }

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