Html Css Color HEX #9C915D Gurkha

📋 copy color: '#9C915D'

red 156 ◦ green 145 ◦ blue 93

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

Shades of Gurkha #9C915D

Tints of Gurkha #9C915D

RGB

 RED value IS 156 (61.33% from 255) = 39.59%

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

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 39.59%
G = 36.8%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C915D (or 0x9C915D) is known color: Gurkha. HEX triplet: 9C, 91 and 5D. RGB value is (156,145,93). Sum of RGB (Red+Green+Blue) = 156+145+93=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C915D is #636EA2. Grayscale: #8E8E8E. Windows color (decimal): -6516387 or 6132124. OLE color: 6132124.

HSL color Cylindrical-coordinate representation of color #9C915D: hue angle of 49.52º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C915D is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 145 93 -
CMYK 0 0.07 0.40 0.39
HSL 49.52º 0.25% 0.49% -
HSV(B) 49.52º 0.4% 0.61% -
XYZ 25.81 28.11 14.42 -
YUV 142.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 156 145 93 0 0.07 0.40 0.39 49.52 0.25 0.49
Hex 9C 91 5D 0 7 28 27 32 19 31
Octal 234 221 135 0 7 50 47 62 31 61
Binary 10011100 10010001 1011101 0 111 101000 100111 110010 11001 110001

Color Harmonies of #9C915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C915D

Black with #9C915D

Text Example


Text Example

White with #9C915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,145,93); }

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

background-color css

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

 a { background-color: rgb(156,145,93); }

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

border-color css

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

 span { border-color: rgb(156,145,93); }

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