Html Css Color HEX #9F9268 Gurkha

📋 copy color: '#9F9268'

red 159 ◦ green 146 ◦ blue 104

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

Shades of Gurkha #9F9268

Tints of Gurkha #9F9268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.7%

 BLUE value IS 104 (41.02% from 255) = 25.43%

R = 38.88%
G = 35.7%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F9268 (or 0x9F9268) is known color: Gurkha. HEX triplet: 9F, 92 and 68. RGB value is (159,146,104). Sum of RGB (Red+Green+Blue) = 159+146+104=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9268 is #606D97. Grayscale: #919191. Windows color (decimal): -6319512 or 6853279. OLE color: 6853279.

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

Color convert

RGB 159 146 104 -
CMYK 0 0.08 0.35 0.38
HSL 45.82º 0.22% 0.52% -
HSV(B) 45.82º 0.35% 0.62% -
XYZ 27.08 28.93 17.25 -
YUV 145.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 159 146 104 0 0.08 0.35 0.38 45.82 0.22 0.52
Hex 9F 92 68 0 8 23 26 2E 16 34
Octal 237 222 150 0 10 43 46 56 26 64
Binary 10011111 10010010 1101000 0 1000 100011 100110 101110 10110 110100

Color Harmonies of #9F9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9268

Black with #9F9268

Text Example


Text Example

White with #9F9268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,146,104); }

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

background-color css

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

 a { background-color: rgb(159,146,104); }

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

border-color css

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

 span { border-color: rgb(159,146,104); }

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