Html Css Color HEX #9D9373 Gurkha

📋 copy color: '#9D9373'

red 157 ◦ green 147 ◦ blue 115

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

Shades of Gurkha #9D9373

Tints of Gurkha #9D9373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 37.47%
G = 35.08%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D9373 (or 0x9D9373) is known color: Gurkha. HEX triplet: 9D, 93 and 73. RGB value is (157,147,115). Sum of RGB (Red+Green+Blue) = 157+147+115=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9373 is #626C8C. Grayscale: #929292. Windows color (decimal): -6450317 or 7574429. OLE color: 7574429.

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

Color convert

RGB 157 147 115 -
CMYK 0 0.06 0.27 0.38
HSL 45.71º 0.18% 0.53% -
HSV(B) 45.71º 0.27% 0.62% -
XYZ 27.43 29.27 20.42 -
YUV 146.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 157 147 115 0 0.06 0.27 0.38 45.71 0.18 0.53
Hex 9D 93 73 0 6 1B 26 2E 12 35
Octal 235 223 163 0 6 33 46 56 22 65
Binary 10011101 10010011 1110011 0 110 11011 100110 101110 10010 110101

Color Harmonies of #9D9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9373

Black with #9D9373

Text Example


Text Example

White with #9D9373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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