Html Css Color HEX #9F915C Gurkha

📋 copy color: '#9F915C'

red 159 ◦ green 145 ◦ blue 92

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

Shades of Gurkha #9F915C

Tints of Gurkha #9F915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

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

R = 40.15%
G = 36.62%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F915C (or 0x9F915C) is known color: Gurkha. HEX triplet: 9F, 91 and 5C. RGB value is (159,145,92). Sum of RGB (Red+Green+Blue) = 159+145+92=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F915C is #606EA3. Grayscale: #8F8F8F. Windows color (decimal): -6319780 or 6066591. OLE color: 6066591.

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

Color convert

RGB 159 145 92 -
CMYK 0 0.09 0.42 0.38
HSL 47.46º 0.27% 0.49% -
HSV(B) 47.46º 0.42% 0.62% -
XYZ 26.36 28.39 14.22 -
YUV 143.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 159 145 92 0 0.09 0.42 0.38 47.46 0.27 0.49
Hex 9F 91 5C 0 9 2A 26 2F 1B 31
Octal 237 221 134 0 11 52 46 57 33 61
Binary 10011111 10010001 1011100 0 1001 101010 100110 101111 11011 110001

Color Harmonies of #9F915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F915C

Black with #9F915C

Text Example


Text Example

White with #9F915C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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