Html Css Color HEX #9F936E Gurkha

📋 copy color: '#9F936E'

red 159 ◦ green 147 ◦ blue 110

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

Shades of Gurkha #9F936E

Tints of Gurkha #9F936E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 38.22%
G = 35.34%
B = 26.44%

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

#9F936E (or 0x9F936E) is known color: Gurkha. HEX triplet: 9F, 93 and 6E. RGB value is (159,147,110). Sum of RGB (Red+Green+Blue) = 159+147+110=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F936E is #606C91. Grayscale: #929292. Windows color (decimal): -6319250 or 7246751. OLE color: 7246751.

HSL color Cylindrical-coordinate representation of color #9F936E: hue angle of 45.31º degrees, saturation: 0.2, 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 #9F936E is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 147 110 -
CMYK 0 0.08 0.31 0.38
HSL 45.31º 0.2% 0.53% -
HSV(B) 45.31º 0.31% 0.62% -
XYZ 27.55 29.36 18.97 -
YUV 146.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 159 147 110 0 0.08 0.31 0.38 45.31 0.2 0.53
Hex 9F 93 6E 0 8 1F 26 2D 14 35
Octal 237 223 156 0 10 37 46 55 24 65
Binary 10011111 10010011 1101110 0 1000 11111 100110 101101 10100 110101

Color Harmonies of #9F936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F936E

Black with #9F936E

Text Example


Text Example

White with #9F936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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