Html Css Color HEX #9C945D Gurkha

📋 copy color: '#9C945D'

red 156 ◦ green 148 ◦ blue 93

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

Shades of Gurkha #9C945D

Tints of Gurkha #9C945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

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

R = 39.29%
G = 37.28%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C945D (or 0x9C945D) is known color: Gurkha. HEX triplet: 9C, 94 and 5D. RGB value is (156,148,93). Sum of RGB (Red+Green+Blue) = 156+148+93=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C945D is #636BA2. Grayscale: #909090. Windows color (decimal): -6515619 or 6132892. OLE color: 6132892.

HSL color Cylindrical-coordinate representation of color #9C945D: hue angle of 52.38º 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 #9C945D is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 148 93 -
CMYK 0 0.05 0.40 0.39
HSL 52.38º 0.25% 0.49% -
HSV(B) 52.38º 0.4% 0.61% -
XYZ 26.28 29.04 14.58 -
YUV 144.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 156 148 93 0 0.05 0.40 0.39 52.38 0.25 0.49
Hex 9C 94 5D 0 5 28 27 34 19 31
Octal 234 224 135 0 5 50 47 64 31 61
Binary 10011100 10010100 1011101 0 101 101000 100111 110100 11001 110001

Color Harmonies of #9C945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C945D

Black with #9C945D

Text Example


Text Example

White with #9C945D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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