Html Css Color HEX #9B9279 Gurkha

📋 copy color: '#9B9279'

red 155 ◦ green 146 ◦ blue 121

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

Shades of Gurkha #9B9279

Tints of Gurkha #9B9279

RGB

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

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

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

R = 36.73%
G = 34.6%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B9279 (or 0x9B9279) is known color: Gurkha. HEX triplet: 9B, 92 and 79. RGB value is (155,146,121). Sum of RGB (Red+Green+Blue) = 155+146+121=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9279 is #646D86. Grayscale: #919191. Windows color (decimal): -6581639 or 7967387. OLE color: 7967387.

HSL color Cylindrical-coordinate representation of color #9B9279: hue angle of 44.12º 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 #9B9279 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 146 121 -
CMYK 0 0.06 0.22 0.39
HSL 44.12º 0.15% 0.54% -
HSV(B) 44.12º 0.22% 0.61% -
XYZ 27.25 28.91 22.23 -
YUV 145.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 155 146 121 0 0.06 0.22 0.39 44.12 0.15 0.54
Hex 9B 92 79 0 6 16 27 2C F 36
Octal 233 222 171 0 6 26 47 54 17 66
Binary 10011011 10010010 1111001 0 110 10110 100111 101100 1111 110110

Color Harmonies of #9B9279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9279

Black with #9B9279

Text Example


Text Example

White with #9B9279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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