Html Css Color HEX #9A935F Gurkha

📋 copy color: '#9A935F'

red 154 ◦ green 147 ◦ blue 95

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

Shades of Gurkha #9A935F

Tints of Gurkha #9A935F

RGB

 RED value IS 154 (60.55% from 255) = 38.89%

 GREEN value IS 147 (57.81% from 255) = 37.12%

 BLUE value IS 95 (37.5% from 255) = 23.99%

R = 38.89%
G = 37.12%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#9A935F (or 0x9A935F) is known color: Gurkha. HEX triplet: 9A, 93 and 5F. RGB value is (154,147,95). Sum of RGB (Red+Green+Blue) = 154+147+95=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 154 - color contains mainly: red. Hex color #9A935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A935F is #656CA0. Grayscale: #8F8F8F. Windows color (decimal): -6646945 or 6263706. OLE color: 6263706.

HSL color Cylindrical-coordinate representation of color #9A935F: hue angle of 52.88º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A935F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 147 95 -
CMYK 0 0.05 0.38 0.40
HSL 52.88º 0.24% 0.49% -
HSV(B) 52.88º 0.38% 0.6% -
XYZ 25.83 28.56 14.98 -
YUV 143.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 154 147 95 0 0.05 0.38 0.40 52.88 0.24 0.49
Hex 9A 93 5F 0 5 26 28 35 18 31
Octal 232 223 137 0 5 46 50 65 30 61
Binary 10011010 10010011 1011111 0 101 100110 101000 110101 11000 110001

Color Harmonies of #9A935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A935F

Black with #9A935F

Text Example


Text Example

White with #9A935F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,147,95); }

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

background-color css

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

 a { background-color: rgb(154,147,95); }

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

border-color css

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

 span { border-color: rgb(154,147,95); }

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