Html Css Color HEX #9D9263 Gurkha

📋 copy color: '#9D9263'

red 157 ◦ green 146 ◦ blue 99

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

Shades of Gurkha #9D9263

Tints of Gurkha #9D9263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.63%

R = 39.05%
G = 36.32%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9D9263 (or 0x9D9263) is known color: Gurkha. HEX triplet: 9D, 92 and 63. RGB value is (157,146,99). Sum of RGB (Red+Green+Blue) = 157+146+99=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9263 is #626D9C. Grayscale: #909090. Windows color (decimal): -6450589 or 6525597. OLE color: 6525597.

HSL color Cylindrical-coordinate representation of color #9D9263: hue angle of 48.62º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D9263 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 146 99 -
CMYK 0 0.07 0.37 0.38
HSL 48.62º 0.23% 0.5% -
HSV(B) 48.62º 0.37% 0.62% -
XYZ 26.44 28.63 15.94 -
YUV 143.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 157 146 99 0 0.07 0.37 0.38 48.62 0.23 0.5
Hex 9D 92 63 0 7 25 26 31 17 32
Octal 235 222 143 0 7 45 46 61 27 62
Binary 10011101 10010010 1100011 0 111 100101 100110 110001 10111 110010

Color Harmonies of #9D9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9263

Black with #9D9263

Text Example


Text Example

White with #9D9263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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