Html Css Color HEX #9B936C Gurkha

📋 copy color: '#9B936C'

red 155 ◦ green 147 ◦ blue 108

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

Shades of Gurkha #9B936C

Tints of Gurkha #9B936C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.34%

R = 37.8%
G = 35.85%
B = 26.34%

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

#9B936C (or 0x9B936C) is known color: Gurkha. HEX triplet: 9B, 93 and 6C. RGB value is (155,147,108). Sum of RGB (Red+Green+Blue) = 155+147+108=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B936C is #646C93. Grayscale: #919191. Windows color (decimal): -6581396 or 7115675. OLE color: 7115675.

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

Color convert

RGB 155 147 108 -
CMYK 0 0.05 0.30 0.39
HSL 49.79º 0.19% 0.52% -
HSV(B) 49.79º 0.3% 0.61% -
XYZ 26.66 28.92 18.36 -
YUV 144.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 155 147 108 0 0.05 0.30 0.39 49.79 0.19 0.52
Hex 9B 93 6C 0 5 1E 27 32 13 34
Octal 233 223 154 0 5 36 47 62 23 64
Binary 10011011 10010011 1101100 0 101 11110 100111 110010 10011 110100

Color Harmonies of #9B936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B936C

Black with #9B936C

Text Example


Text Example

White with #9B936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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