Html Css Color HEX #9F936D Gurkha

📋 copy color: '#9F936D'

red 159 ◦ green 147 ◦ blue 109

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

Shades of Gurkha #9F936D

Tints of Gurkha #9F936D

RGB

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

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

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

R = 38.31%
G = 35.42%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F936D (or 0x9F936D) is known color: Gurkha. HEX triplet: 9F, 93 and 6D. RGB value is (159,147,109). Sum of RGB (Red+Green+Blue) = 159+147+109=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F936D is #606C92. Grayscale: #929292. Windows color (decimal): -6319251 or 7181215. OLE color: 7181215.

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

Color convert

RGB 159 147 109 -
CMYK 0 0.08 0.31 0.38
HSL 45.6º 0.21% 0.53% -
HSV(B) 45.6º 0.31% 0.62% -
XYZ 27.49 29.34 18.68 -
YUV 146.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 159 147 109 0 0.08 0.31 0.38 45.6 0.21 0.53
Hex 9F 93 6D 0 8 1F 26 2E 15 35
Octal 237 223 155 0 10 37 46 56 25 65
Binary 10011111 10010011 1101101 0 1000 11111 100110 101110 10101 110101

Color Harmonies of #9F936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F936D

Black with #9F936D

Text Example


Text Example

White with #9F936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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