Html Css Color HEX #9D9273 Gurkha

📋 copy color: '#9D9273'

red 157 ◦ green 146 ◦ blue 115

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

Shades of Gurkha #9D9273

Tints of Gurkha #9D9273

RGB

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

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

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

R = 37.56%
G = 34.93%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D9273 (or 0x9D9273) is known color: Gurkha. HEX triplet: 9D, 92 and 73. RGB value is (157,146,115). Sum of RGB (Red+Green+Blue) = 157+146+115=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9273 is #626D8C. Grayscale: #919191. Windows color (decimal): -6450573 or 7574173. OLE color: 7574173.

HSL color Cylindrical-coordinate representation of color #9D9273: hue angle of 44.29º 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 #9D9273 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 146 115 -
CMYK 0 0.07 0.27 0.38
HSL 44.29º 0.18% 0.53% -
HSV(B) 44.29º 0.27% 0.62% -
XYZ 27.28 28.96 20.37 -
YUV 145.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 157 146 115 0 0.07 0.27 0.38 44.29 0.18 0.53
Hex 9D 92 73 0 7 1B 26 2C 12 35
Octal 235 222 163 0 7 33 46 54 22 65
Binary 10011101 10010010 1110011 0 111 11011 100110 101100 10010 110101

Color Harmonies of #9D9273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9273

Black with #9D9273

Text Example


Text Example

White with #9D9273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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