Html Css Color HEX #9B9377 Gurkha

📋 copy color: '#9B9377'

red 155 ◦ green 147 ◦ blue 119

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

Shades of Gurkha #9B9377

Tints of Gurkha #9B9377

RGB

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

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

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

R = 36.82%
G = 34.92%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B9377 (or 0x9B9377) is known color: Gurkha. HEX triplet: 9B, 93 and 77. RGB value is (155,147,119). Sum of RGB (Red+Green+Blue) = 155+147+119=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9377 is #646C88. Grayscale: #929292. Windows color (decimal): -6581385 or 7836571. OLE color: 7836571.

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

Color convert

RGB 155 147 119 -
CMYK 0 0.05 0.23 0.39
HSL 46.67º 0.15% 0.54% -
HSV(B) 46.67º 0.23% 0.61% -
XYZ 27.28 29.17 21.64 -
YUV 146.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 155 147 119 0 0.05 0.23 0.39 46.67 0.15 0.54
Hex 9B 93 77 0 5 17 27 2F F 36
Octal 233 223 167 0 5 27 47 57 17 66
Binary 10011011 10010011 1110111 0 101 10111 100111 101111 1111 110110

Color Harmonies of #9B9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9377

Black with #9B9377

Text Example


Text Example

White with #9B9377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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