Html Css Color HEX #9F965C Gurkha

📋 copy color: '#9F965C'

red 159 ◦ green 150 ◦ blue 92

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

Shades of Gurkha #9F965C

Tints of Gurkha #9F965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

 BLUE value IS 92 (36.33% from 255) = 22.94%

R = 39.65%
G = 37.41%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F965C (or 0x9F965C) is known color: Gurkha. HEX triplet: 9F, 96 and 5C. RGB value is (159,150,92). Sum of RGB (Red+Green+Blue) = 159+150+92=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F965C is #6069A3. Grayscale: #929292. Windows color (decimal): -6318500 or 6067871. OLE color: 6067871.

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

Color convert

RGB 159 150 92 -
CMYK 0 0.06 0.42 0.38
HSL 51.94º 0.27% 0.49% -
HSV(B) 51.94º 0.42% 0.62% -
XYZ 27.14 29.96 14.48 -
YUV 146.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 159 150 92 0 0.06 0.42 0.38 51.94 0.27 0.49
Hex 9F 96 5C 0 6 2A 26 34 1B 31
Octal 237 226 134 0 6 52 46 64 33 61
Binary 10011111 10010110 1011100 0 110 101010 100110 110100 11011 110001

Color Harmonies of #9F965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F965C

Black with #9F965C

Text Example


Text Example

White with #9F965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,150,92); }

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

background-color css

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

 a { background-color: rgb(159,150,92); }

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

border-color css

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

 span { border-color: rgb(159,150,92); }

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