Html Css Color HEX #9B936D Gurkha

📋 copy color: '#9B936D'

red 155 ◦ green 147 ◦ blue 109

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

Shades of Gurkha #9B936D

Tints of Gurkha #9B936D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.52%

R = 37.71%
G = 35.77%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B936D (or 0x9B936D) is known color: Gurkha. HEX triplet: 9B, 93 and 6D. RGB value is (155,147,109). Sum of RGB (Red+Green+Blue) = 155+147+109=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B936D is #646C92. Grayscale: #919191. Windows color (decimal): -6581395 or 7181211. OLE color: 7181211.

HSL color Cylindrical-coordinate representation of color #9B936D: hue angle of 49.57º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B936D is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 147 109 -
CMYK 0 0.05 0.30 0.39
HSL 49.57º 0.19% 0.52% -
HSV(B) 49.57º 0.3% 0.61% -
XYZ 26.71 28.94 18.65 -
YUV 145.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 155 147 109 0 0.05 0.30 0.39 49.57 0.19 0.52
Hex 9B 93 6D 0 5 1E 27 32 13 34
Octal 233 223 155 0 5 36 47 62 23 64
Binary 10011011 10010011 1101101 0 101 11110 100111 110010 10011 110100

Color Harmonies of #9B936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B936D

Black with #9B936D

Text Example


Text Example

White with #9B936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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