Html Css Color HEX #9F966E Gurkha

📋 copy color: '#9F966E'

red 159 ◦ green 150 ◦ blue 110

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

Shades of Gurkha #9F966E

Tints of Gurkha #9F966E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.25%

R = 37.95%
G = 35.8%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F966E (or 0x9F966E) is known color: Gurkha. HEX triplet: 9F, 96 and 6E. RGB value is (159,150,110). Sum of RGB (Red+Green+Blue) = 159+150+110=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F966E is #606991. Grayscale: #949494. Windows color (decimal): -6318482 or 7247519. OLE color: 7247519.

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

Color convert

RGB 159 150 110 -
CMYK 0 0.06 0.31 0.38
HSL 48.98º 0.2% 0.53% -
HSV(B) 48.98º 0.31% 0.62% -
XYZ 28.02 30.31 19.13 -
YUV 148.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 159 150 110 0 0.06 0.31 0.38 48.98 0.2 0.53
Hex 9F 96 6E 0 6 1F 26 31 14 35
Octal 237 226 156 0 6 37 46 61 24 65
Binary 10011111 10010110 1101110 0 110 11111 100110 110001 10100 110101

Color Harmonies of #9F966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F966E

Black with #9F966E

Text Example


Text Example

White with #9F966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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