Html Css Color HEX #9F9765 Gurkha

📋 copy color: '#9F9765'

red 159 ◦ green 151 ◦ blue 101

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

Shades of Gurkha #9F9765

Tints of Gurkha #9F9765

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.74%

 BLUE value IS 101 (39.84% from 255) = 24.57%

R = 38.69%
G = 36.74%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F9765 (or 0x9F9765) is known color: Gurkha. HEX triplet: 9F, 97 and 65. RGB value is (159,151,101). Sum of RGB (Red+Green+Blue) = 159+151+101=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9765 is #60689A. Grayscale: #939393. Windows color (decimal): -6318235 or 6657951. OLE color: 6657951.

HSL color Cylindrical-coordinate representation of color #9F9765: hue angle of 51.72º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F9765 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 151 101 -
CMYK 0 0.05 0.36 0.38
HSL 51.72º 0.23% 0.51% -
HSV(B) 51.72º 0.36% 0.62% -
XYZ 27.71 30.44 16.73 -
YUV 147.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 159 151 101 0 0.05 0.36 0.38 51.72 0.23 0.51
Hex 9F 97 65 0 5 24 26 34 17 33
Octal 237 227 145 0 5 44 46 64 27 63
Binary 10011111 10010111 1100101 0 101 100100 100110 110100 10111 110011

Color Harmonies of #9F9765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9765

Black with #9F9765

Text Example


Text Example

White with #9F9765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,151,101); }

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

background-color css

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

 a { background-color: rgb(159,151,101); }

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

border-color css

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

 span { border-color: rgb(159,151,101); }

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