Html Css Color HEX #9B936B Gurkha

📋 copy color: '#9B936B'

red 155 ◦ green 147 ◦ blue 107

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

Shades of Gurkha #9B936B

Tints of Gurkha #9B936B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.16%

R = 37.9%
G = 35.94%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B936B (or 0x9B936B) is known color: Gurkha. HEX triplet: 9B, 93 and 6B. RGB value is (155,147,107). Sum of RGB (Red+Green+Blue) = 155+147+107=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B936B is #646C94. Grayscale: #919191. Windows color (decimal): -6581397 or 7050139. OLE color: 7050139.

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

Color convert

RGB 155 147 107 -
CMYK 0 0.05 0.31 0.39
HSL 50º 0.19% 0.51% -
HSV(B) 50º 0.31% 0.61% -
XYZ 26.61 28.9 18.09 -
YUV 144.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 155 147 107 0 0.05 0.31 0.39 50 0.19 0.51
Hex 9B 93 6B 0 5 1F 27 32 13 33
Octal 233 223 153 0 5 37 47 62 23 63
Binary 10011011 10010011 1101011 0 101 11111 100111 110010 10011 110011

Color Harmonies of #9B936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B936B

Black with #9B936B

Text Example


Text Example

White with #9B936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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