Html Css Color HEX #9D935F Gurkha

📋 copy color: '#9D935F'

red 157 ◦ green 147 ◦ blue 95

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

Shades of Gurkha #9D935F

Tints of Gurkha #9D935F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 39.35%
G = 36.84%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9D935F (or 0x9D935F) is known color: Gurkha. HEX triplet: 9D, 93 and 5F. RGB value is (157,147,95). Sum of RGB (Red+Green+Blue) = 157+147+95=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D935F is #626CA0. Grayscale: #909090. Windows color (decimal): -6450337 or 6263709. OLE color: 6263709.

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

Color convert

RGB 157 147 95 -
CMYK 0 0.06 0.39 0.38
HSL 50.32º 0.25% 0.49% -
HSV(B) 50.32º 0.39% 0.62% -
XYZ 26.4 28.86 15.01 -
YUV 144.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 157 147 95 0 0.06 0.39 0.38 50.32 0.25 0.49
Hex 9D 93 5F 0 6 27 26 32 19 31
Octal 235 223 137 0 6 47 46 62 31 61
Binary 10011101 10010011 1011111 0 110 100111 100110 110010 11001 110001

Color Harmonies of #9D935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D935F

Black with #9D935F

Text Example


Text Example

White with #9D935F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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