Html Css Color HEX #9F935B Gurkha

📋 copy color: '#9F935B'

red 159 ◦ green 147 ◦ blue 91

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

Shades of Gurkha #9F935B

Tints of Gurkha #9F935B

RGB

 RED value IS 159 (62.5% from 255) = 40.05%

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

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 40.05%
G = 37.03%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F935B (or 0x9F935B) is known color: Gurkha. HEX triplet: 9F, 93 and 5B. RGB value is (159,147,91). Sum of RGB (Red+Green+Blue) = 159+147+91=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F935B is #606CA4. Grayscale: #909090. Windows color (decimal): -6319269 or 6001567. OLE color: 6001567.

HSL color Cylindrical-coordinate representation of color #9F935B: hue angle of 49.41º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F935B is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 147 91 -
CMYK 0 0.08 0.43 0.38
HSL 49.41º 0.27% 0.49% -
HSV(B) 49.41º 0.43% 0.62% -
XYZ 26.62 28.99 14.09 -
YUV 144.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 159 147 91 0 0.08 0.43 0.38 49.41 0.27 0.49
Hex 9F 93 5B 0 8 2B 26 31 1B 31
Octal 237 223 133 0 10 53 46 61 33 61
Binary 10011111 10010011 1011011 0 1000 101011 100110 110001 11011 110001

Color Harmonies of #9F935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F935B

Black with #9F935B

Text Example


Text Example

White with #9F935B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,147,91); }

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

background-color css

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

 a { background-color: rgb(159,147,91); }

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

border-color css

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

 span { border-color: rgb(159,147,91); }

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