Html Css Color HEX #9F945B Gurkha

📋 copy color: '#9F945B'

red 159 ◦ green 148 ◦ blue 91

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

Shades of Gurkha #9F945B

Tints of Gurkha #9F945B

RGB

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

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

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

R = 39.95%
G = 37.19%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F945B (or 0x9F945B) is known color: Gurkha. HEX triplet: 9F, 94 and 5B. RGB value is (159,148,91). Sum of RGB (Red+Green+Blue) = 159+148+91=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F945B is #606BA4. Grayscale: #919191. Windows color (decimal): -6319013 or 6001823. OLE color: 6001823.

HSL color Cylindrical-coordinate representation of color #9F945B: hue angle of 50.29º 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 #9F945B is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 148 91 -
CMYK 0 0.07 0.43 0.38
HSL 50.29º 0.27% 0.49% -
HSV(B) 50.29º 0.43% 0.62% -
XYZ 26.78 29.31 14.14 -
YUV 144.79 97.64 138.13 -
System Red Green Blue C M Y K H S L
Decimal 159 148 91 0 0.07 0.43 0.38 50.29 0.27 0.49
Hex 9F 94 5B 0 7 2B 26 32 1B 31
Octal 237 224 133 0 7 53 46 62 33 61
Binary 10011111 10010100 1011011 0 111 101011 100110 110010 11011 110001

Color Harmonies of #9F945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F945B

Black with #9F945B

Text Example


Text Example

White with #9F945B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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