Html Css Color HEX #9C946F Gurkha

📋 copy color: '#9C946F'

red 156 ◦ green 148 ◦ blue 111

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

Shades of Gurkha #9C946F

Tints of Gurkha #9C946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.75%

R = 37.59%
G = 35.66%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C946F (or 0x9C946F) is known color: Gurkha. HEX triplet: 9C, 94 and 6F. RGB value is (156,148,111). Sum of RGB (Red+Green+Blue) = 156+148+111=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C946F is #636B90. Grayscale: #929292. Windows color (decimal): -6515601 or 7312540. OLE color: 7312540.

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

Color convert

RGB 156 148 111 -
CMYK 0 0.05 0.29 0.39
HSL 49.33º 0.19% 0.52% -
HSV(B) 49.33º 0.29% 0.61% -
XYZ 27.17 29.4 19.28 -
YUV 146.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 156 148 111 0 0.05 0.29 0.39 49.33 0.19 0.52
Hex 9C 94 6F 0 5 1D 27 31 13 34
Octal 234 224 157 0 5 35 47 61 23 64
Binary 10011100 10010100 1101111 0 101 11101 100111 110001 10011 110100

Color Harmonies of #9C946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C946F

Black with #9C946F

Text Example


Text Example

White with #9C946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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