Html Css Color HEX #9C945B Gurkha

📋 copy color: '#9C945B'

red 156 ◦ green 148 ◦ blue 91

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

Shades of Gurkha #9C945B

Tints of Gurkha #9C945B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 39.49%
G = 37.47%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C945B (or 0x9C945B) is known color: Gurkha. HEX triplet: 9C, 94 and 5B. RGB value is (156,148,91). Sum of RGB (Red+Green+Blue) = 156+148+91=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C945B is #636BA4. Grayscale: #909090. Windows color (decimal): -6515621 or 6001820. OLE color: 6001820.

HSL color Cylindrical-coordinate representation of color #9C945B: hue angle of 52.62º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C945B is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 148 91 -
CMYK 0 0.05 0.42 0.39
HSL 52.62º 0.26% 0.48% -
HSV(B) 52.62º 0.42% 0.61% -
XYZ 26.19 29 14.12 -
YUV 143.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 156 148 91 0 0.05 0.42 0.39 52.62 0.26 0.48
Hex 9C 94 5B 0 5 2A 27 35 1A 30
Octal 234 224 133 0 5 52 47 65 32 60
Binary 10011100 10010100 1011011 0 101 101010 100111 110101 11010 110000

Color Harmonies of #9C945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C945B

Black with #9C945B

Text Example


Text Example

White with #9C945B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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