Html Css Color HEX #9F9769 Gurkha

📋 copy color: '#9F9769'

red 159 ◦ green 151 ◦ blue 105

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

Shades of Gurkha #9F9769

Tints of Gurkha #9F9769

RGB

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

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

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

R = 38.31%
G = 36.39%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F9769 (or 0x9F9769) is known color: Gurkha. HEX triplet: 9F, 97 and 69. RGB value is (159,151,105). Sum of RGB (Red+Green+Blue) = 159+151+105=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9769 is #606896. Grayscale: #949494. Windows color (decimal): -6318231 or 6920095. OLE color: 6920095.

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

Color convert

RGB 159 151 105 -
CMYK 0 0.05 0.34 0.38
HSL 51.11º 0.22% 0.52% -
HSV(B) 51.11º 0.34% 0.62% -
XYZ 27.91 30.52 17.79 -
YUV 148.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 159 151 105 0 0.05 0.34 0.38 51.11 0.22 0.52
Hex 9F 97 69 0 5 22 26 33 16 34
Octal 237 227 151 0 5 42 46 63 26 64
Binary 10011111 10010111 1101001 0 101 100010 100110 110011 10110 110100

Color Harmonies of #9F9769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9769

Black with #9F9769

Text Example


Text Example

White with #9F9769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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