Html Css Color HEX #9D935A Gurkha

📋 copy color: '#9D935A'

red 157 ◦ green 147 ◦ blue 90

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

Shades of Gurkha #9D935A

Tints of Gurkha #9D935A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.84%

R = 39.85%
G = 37.31%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9D935A (or 0x9D935A) is known color: Gurkha. HEX triplet: 9D, 93 and 5A. RGB value is (157,147,90). Sum of RGB (Red+Green+Blue) = 157+147+90=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D935A is #626CA5. Grayscale: #8F8F8F. Windows color (decimal): -6450342 or 5936029. OLE color: 5936029.

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

Color convert

RGB 157 147 90 -
CMYK 0 0.06 0.43 0.38
HSL 51.04º 0.27% 0.48% -
HSV(B) 51.04º 0.43% 0.62% -
XYZ 26.18 28.77 13.85 -
YUV 143.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 157 147 90 0 0.06 0.43 0.38 51.04 0.27 0.48
Hex 9D 93 5A 0 6 2B 26 33 1B 30
Octal 235 223 132 0 6 53 46 63 33 60
Binary 10011101 10010011 1011010 0 110 101011 100110 110011 11011 110000

Color Harmonies of #9D935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D935A

Black with #9D935A

Text Example


Text Example

White with #9D935A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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