Html Css Color HEX #9D915C Gurkha

📋 copy color: '#9D915C'

red 157 ◦ green 145 ◦ blue 92

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

Shades of Gurkha #9D915C

Tints of Gurkha #9D915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

 BLUE value IS 92 (36.33% from 255) = 23.35%

R = 39.85%
G = 36.8%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D915C (or 0x9D915C) is known color: Gurkha. HEX triplet: 9D, 91 and 5C. RGB value is (157,145,92). Sum of RGB (Red+Green+Blue) = 157+145+92=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D915C is #626EA3. Grayscale: #8E8E8E. Windows color (decimal): -6450852 or 6066589. OLE color: 6066589.

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

Color convert

RGB 157 145 92 -
CMYK 0 0.08 0.41 0.38
HSL 48.92º 0.26% 0.49% -
HSV(B) 48.92º 0.41% 0.62% -
XYZ 25.96 28.19 14.2 -
YUV 142.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 157 145 92 0 0.08 0.41 0.38 48.92 0.26 0.49
Hex 9D 91 5C 0 8 29 26 31 1A 31
Octal 235 221 134 0 10 51 46 61 32 61
Binary 10011101 10010001 1011100 0 1000 101001 100110 110001 11010 110001

Color Harmonies of #9D915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D915C

Black with #9D915C

Text Example


Text Example

White with #9D915C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,145,92); }

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

background-color css

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

 a { background-color: rgb(157,145,92); }

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

border-color css

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

 span { border-color: rgb(157,145,92); }

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