Html Css Color HEX #9F945E Gurkha

📋 copy color: '#9F945E'

red 159 ◦ green 148 ◦ blue 94

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

Shades of Gurkha #9F945E

Tints of Gurkha #9F945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 94 (37.11% from 255) = 23.44%

R = 39.65%
G = 36.91%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9F945E (or 0x9F945E) is known color: Gurkha. HEX triplet: 9F, 94 and 5E. RGB value is (159,148,94). Sum of RGB (Red+Green+Blue) = 159+148+94=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F945E is #606BA1. Grayscale: #919191. Windows color (decimal): -6319010 or 6198431. OLE color: 6198431.

HSL color Cylindrical-coordinate representation of color #9F945E: hue angle of 49.85º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F945E is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 148 94 -
CMYK 0 0.07 0.41 0.38
HSL 49.85º 0.26% 0.5% -
HSV(B) 49.85º 0.41% 0.62% -
XYZ 26.91 29.36 14.84 -
YUV 145.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 159 148 94 0 0.07 0.41 0.38 49.85 0.26 0.5
Hex 9F 94 5E 0 7 29 26 32 1A 32
Octal 237 224 136 0 7 51 46 62 32 62
Binary 10011111 10010100 1011110 0 111 101001 100110 110010 11010 110010

Color Harmonies of #9F945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F945E

Black with #9F945E

Text Example


Text Example

White with #9F945E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,94); }

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

background-color css

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

 a { background-color: rgb(159,148,94); }

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

border-color css

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

 span { border-color: rgb(159,148,94); }

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