Html Css Color HEX #9C956D Gurkha

📋 copy color: '#9C956D'

red 156 ◦ green 149 ◦ blue 109

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

Shades of Gurkha #9C956D

Tints of Gurkha #9C956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.99%

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 37.68%
G = 35.99%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C956D (or 0x9C956D) is known color: Gurkha. HEX triplet: 9C, 95 and 6D. RGB value is (156,149,109). Sum of RGB (Red+Green+Blue) = 156+149+109=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C956D is #636A92. Grayscale: #929292. Windows color (decimal): -6515347 or 7181724. OLE color: 7181724.

HSL color Cylindrical-coordinate representation of color #9C956D: hue angle of 51.06º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C956D is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 149 109 -
CMYK 0 0.04 0.30 0.39
HSL 51.06º 0.19% 0.52% -
HSV(B) 51.06º 0.3% 0.61% -
XYZ 27.22 29.67 18.76 -
YUV 146.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 156 149 109 0 0.04 0.30 0.39 51.06 0.19 0.52
Hex 9C 95 6D 0 4 1E 27 33 13 34
Octal 234 225 155 0 4 36 47 63 23 64
Binary 10011100 10010101 1101101 0 100 11110 100111 110011 10011 110100

Color Harmonies of #9C956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C956D

Black with #9C956D

Text Example


Text Example

White with #9C956D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,149,109); }

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

background-color css

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

 a { background-color: rgb(156,149,109); }

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

border-color css

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

 span { border-color: rgb(156,149,109); }

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