Html Css Color HEX #9B9479 Gurkha

📋 copy color: '#9B9479'

red 155 ◦ green 148 ◦ blue 121

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

Shades of Gurkha #9B9479

Tints of Gurkha #9B9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.91%

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

R = 36.56%
G = 34.91%
B = 28.54%

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

#9B9479 (or 0x9B9479) is known color: Gurkha. HEX triplet: 9B, 94 and 79. RGB value is (155,148,121). Sum of RGB (Red+Green+Blue) = 155+148+121=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9479 is #646B86. Grayscale: #939393. Windows color (decimal): -6581127 or 7967899. OLE color: 7967899.

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

Color convert

RGB 155 148 121 -
CMYK 0 0.05 0.22 0.39
HSL 47.65º 0.15% 0.54% -
HSV(B) 47.65º 0.22% 0.61% -
XYZ 27.56 29.53 22.34 -
YUV 147.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 155 148 121 0 0.05 0.22 0.39 47.65 0.15 0.54
Hex 9B 94 79 0 5 16 27 30 F 36
Octal 233 224 171 0 5 26 47 60 17 66
Binary 10011011 10010100 1111001 0 101 10110 100111 110000 1111 110110

Color Harmonies of #9B9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9479

Black with #9B9479

Text Example


Text Example

White with #9B9479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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