Html Css Color HEX #9F9169 Gurkha

📋 copy color: '#9F9169'

red 159 ◦ green 145 ◦ blue 105

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

Shades of Gurkha #9F9169

Tints of Gurkha #9F9169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.67%

R = 38.88%
G = 35.45%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F9169 (or 0x9F9169) is known color: Gurkha. HEX triplet: 9F, 91 and 69. RGB value is (159,145,105). Sum of RGB (Red+Green+Blue) = 159+145+105=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9169 is #606E96. Grayscale: #909090. Windows color (decimal): -6319767 or 6918559. OLE color: 6918559.

HSL color Cylindrical-coordinate representation of color #9F9169: hue angle of 44.44º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F9169 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 145 105 -
CMYK 0 0.09 0.34 0.38
HSL 44.44º 0.22% 0.52% -
HSV(B) 44.44º 0.34% 0.62% -
XYZ 26.97 28.64 17.47 -
YUV 144.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 159 145 105 0 0.09 0.34 0.38 44.44 0.22 0.52
Hex 9F 91 69 0 9 22 26 2C 16 34
Octal 237 221 151 0 11 42 46 54 26 64
Binary 10011111 10010001 1101001 0 1001 100010 100110 101100 10110 110100

Color Harmonies of #9F9169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9169

Black with #9F9169

Text Example


Text Example

White with #9F9169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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