Html Css Color HEX #9D955E Gurkha

📋 copy color: '#9D955E'

red 157 ◦ green 149 ◦ blue 94

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

Shades of Gurkha #9D955E

Tints of Gurkha #9D955E

RGB

 RED value IS 157 (61.72% from 255) = 39.25%

 GREEN value IS 149 (58.59% from 255) = 37.25%

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 39.25%
G = 37.25%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D955E (or 0x9D955E) is known color: Gurkha. HEX triplet: 9D, 95 and 5E. RGB value is (157,149,94). Sum of RGB (Red+Green+Blue) = 157+149+94=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D955E is #626AA1. Grayscale: #919191. Windows color (decimal): -6449826 or 6198685. OLE color: 6198685.

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

Color convert

RGB 157 149 94 -
CMYK 0 0.05 0.40 0.38
HSL 52.38º 0.25% 0.49% -
HSV(B) 52.38º 0.4% 0.62% -
XYZ 26.67 29.47 14.87 -
YUV 145.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 157 149 94 0 0.05 0.40 0.38 52.38 0.25 0.49
Hex 9D 95 5E 0 5 28 26 34 19 31
Octal 235 225 136 0 5 50 46 64 31 61
Binary 10011101 10010101 1011110 0 101 101000 100110 110100 11001 110001

Color Harmonies of #9D955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D955E

Black with #9D955E

Text Example


Text Example

White with #9D955E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,149,94); }

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

background-color css

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

 a { background-color: rgb(157,149,94); }

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

border-color css

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

 span { border-color: rgb(157,149,94); }

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