Html Css Color HEX #9D9371 Gurkha

📋 copy color: '#9D9371'

red 157 ◦ green 147 ◦ blue 113

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

Shades of Gurkha #9D9371

Tints of Gurkha #9D9371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 37.65%
G = 35.25%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D9371 (or 0x9D9371) is known color: Gurkha. HEX triplet: 9D, 93 and 71. RGB value is (157,147,113). Sum of RGB (Red+Green+Blue) = 157+147+113=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9371 is #626C8E. Grayscale: #929292. Windows color (decimal): -6450319 or 7443357. OLE color: 7443357.

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

Color convert

RGB 157 147 113 -
CMYK 0 0.06 0.28 0.38
HSL 46.36º 0.18% 0.53% -
HSV(B) 46.36º 0.28% 0.62% -
XYZ 27.32 29.23 19.82 -
YUV 146.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 157 147 113 0 0.06 0.28 0.38 46.36 0.18 0.53
Hex 9D 93 71 0 6 1C 26 2E 12 35
Octal 235 223 161 0 6 34 46 56 22 65
Binary 10011101 10010011 1110001 0 110 11100 100110 101110 10010 110101

Color Harmonies of #9D9371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9371

Black with #9D9371

Text Example


Text Example

White with #9D9371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,147,113); }

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

background-color css

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

 a { background-color: rgb(157,147,113); }

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

border-color css

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

 span { border-color: rgb(157,147,113); }

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